Html Css Color HEX #442C08 Clinker

📋 copy color: '#442C08'

red 68 ◦ green 44 ◦ blue 8

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

Shades of Clinker #442C08

Tints of Clinker #442C08

RGB

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

 GREEN value IS 44 (17.58% from 255) = 36.67%

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 56.67%
G = 36.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#442C08 (or 0x442C08) is known color: Clinker. HEX triplet: 44, 2C and 08. RGB value is (68,44,8). Sum of RGB (Red+Green+Blue) = 68+44+8=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #442C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C08 is #BBD3F7. Grayscale: #2F2F2F. Windows color (decimal): -12309496 or 535620. OLE color: 535620.

HSL color Cylindrical-coordinate representation of color #442C08: hue angle of 36º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #442C08 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 44 8 -
CMYK 0 0.35 0.88 0.73
HSL 36º 0.79% 0.15% -
HSV(B) 36º 0.88% 0.27% -
XYZ 3.33 3.05 0.64 -
YUV 47.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 68 44 8 0 0.35 0.88 0.73 36 0.79 0.15
Hex 44 2C 8 0 23 58 49 24 4F F
Octal 104 54 10 0 43 130 111 44 117 17
Binary 1000100 101100 1000 0 100011 1011000 1001001 100100 1001111 1111

Color Harmonies of #442C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C08

Black with #442C08

Text Example


Text Example

White with #442C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,44,8); }

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

background-color css

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

 a { background-color: rgb(68,44,8); }

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

border-color css

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

 span { border-color: rgb(68,44,8); }

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