Html Css Color HEX #442F19 Clinker

📋 copy color: '#442F19'

red 68 ◦ green 47 ◦ blue 25

#442F19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clinker #442F19

Tints of Clinker #442F19

RGB

 RED value IS 68 (26.95% from 255) = 48.57%

 GREEN value IS 47 (18.75% from 255) = 33.57%

 BLUE value IS 25 (10.16% from 255) = 17.86%

R = 48.57%
G = 33.57%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#442F19 (or 0x442F19) is known color: Clinker. HEX triplet: 44, 2F and 19. RGB value is (68,47,25). Sum of RGB (Red+Green+Blue) = 68+47+25=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F19 is #BBD0E6. Grayscale: #323232. Windows color (decimal): -12308711 or 1650500. OLE color: 1650500.

HSL color Cylindrical-coordinate representation of color #442F19: hue angle of 30.7º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #442F19 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 47 25 -
CMYK 0 0.31 0.63 0.73
HSL 30.7º 0.46% 0.18% -
HSV(B) 30.7º 0.63% 0.27% -
XYZ 3.58 3.33 1.37 -
YUV 50.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 68 47 25 0 0.31 0.63 0.73 30.7 0.46 0.18
Hex 44 2F 19 0 1F 3F 49 1F 2E 12
Octal 104 57 31 0 37 77 111 37 56 22
Binary 1000100 101111 11001 0 11111 111111 1001001 11111 101110 10010

Color Harmonies of #442F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F19

Black with #442F19

Text Example


Text Example

White with #442F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442F19; }

 p { color: rgb(68,47,25); }

 H1.HeaderClassName
 {
   color: #442F19;
 }
 .AnyTagClassName
 {
   color: #442F19;
 }
</style>

background-color css

<style>
 a { background-color: #442F19; }

 a { background-color: rgb(68,47,25); }

 div.DivClassName
 {
   background-color: #442F19;
 }
 .BgClassName
 {
   background-color: #442F19;
 }
</style>

border-color css

<style>
 span { border-color: #442F19; }

 span { border-color: rgb(68,47,25); }

 td.TdClassName
 {
   border-color: #442F19;
 }
 .TagClassName
 {
   border-color: #442F19;
 }
</style>