Html Css Color HEX #442F11 Clinker

📋 copy color: '#442F11'

red 68 ◦ green 47 ◦ blue 17

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

Shades of Clinker #442F11

Tints of Clinker #442F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 51.52%
G = 35.61%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#442F11 (or 0x442F11) is known color: Clinker. HEX triplet: 44, 2F and 11. RGB value is (68,47,17). Sum of RGB (Red+Green+Blue) = 68+47+17=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #442F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F11 is #BBD0EE. Grayscale: #313131. Windows color (decimal): -12308719 or 1126212. OLE color: 1126212.

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

Color convert

RGB 68 47 17 -
CMYK 0 0.31 0.75 0.73
HSL 35.29º 0.6% 0.17% -
HSV(B) 35.29º 0.75% 0.27% -
XYZ 3.5 3.3 0.98 -
YUV 49.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 68 47 17 0 0.31 0.75 0.73 35.29 0.6 0.17
Hex 44 2F 11 0 1F 4B 49 23 3C 11
Octal 104 57 21 0 37 113 111 43 74 21
Binary 1000100 101111 10001 0 11111 1001011 1001001 100011 111100 10001

Color Harmonies of #442F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F11

Black with #442F11

Text Example


Text Example

White with #442F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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