Html Css Color HEX #442F16 Clinker

📋 copy color: '#442F16'

red 68 ◦ green 47 ◦ blue 22

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

Shades of Clinker #442F16

Tints of Clinker #442F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.06%

R = 49.64%
G = 34.31%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#442F16 (or 0x442F16) is known color: Clinker. HEX triplet: 44, 2F and 16. RGB value is (68,47,22). Sum of RGB (Red+Green+Blue) = 68+47+22=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #442F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F16 is #BBD0E9. Grayscale: #323232. Windows color (decimal): -12308714 or 1453892. OLE color: 1453892.

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

Color convert

RGB 68 47 22 -
CMYK 0 0.31 0.68 0.73
HSL 32.61º 0.51% 0.18% -
HSV(B) 32.61º 0.68% 0.27% -
XYZ 3.55 3.32 1.21 -
YUV 50.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 68 47 22 0 0.31 0.68 0.73 32.61 0.51 0.18
Hex 44 2F 16 0 1F 44 49 21 33 12
Octal 104 57 26 0 37 104 111 41 63 22
Binary 1000100 101111 10110 0 11111 1000100 1001001 100001 110011 10010

Color Harmonies of #442F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F16

Black with #442F16

Text Example


Text Example

White with #442F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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