Html Css Color HEX #442F17 Clinker

📋 copy color: '#442F17'

red 68 ◦ green 47 ◦ blue 23

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

Shades of Clinker #442F17

Tints of Clinker #442F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.67%

R = 49.28%
G = 34.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#442F17 (or 0x442F17) is known color: Clinker. HEX triplet: 44, 2F and 17. RGB value is (68,47,23). Sum of RGB (Red+Green+Blue) = 68+47+23=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #442F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F17 is #BBD0E8. Grayscale: #323232. Windows color (decimal): -12308713 or 1519428. OLE color: 1519428.

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

Color convert

RGB 68 47 23 -
CMYK 0 0.31 0.66 0.73
HSL 32º 0.49% 0.18% -
HSV(B) 32º 0.66% 0.27% -
XYZ 3.56 3.32 1.26 -
YUV 50.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 68 47 23 0 0.31 0.66 0.73 32 0.49 0.18
Hex 44 2F 17 0 1F 42 49 20 31 12
Octal 104 57 27 0 37 102 111 40 61 22
Binary 1000100 101111 10111 0 11111 1000010 1001001 100000 110001 10010

Color Harmonies of #442F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F17

Black with #442F17

Text Example


Text Example

White with #442F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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