Html Css Color HEX #42331C Clinker

📋 copy color: '#42331C'

red 66 ◦ green 51 ◦ blue 28

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

Shades of Clinker #42331C

Tints of Clinker #42331C

RGB

 RED value IS 66 (26.17% from 255) = 45.52%

 GREEN value IS 51 (20.31% from 255) = 35.17%

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 45.52%
G = 35.17%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42331C (or 0x42331C) is known color: Clinker. HEX triplet: 42, 33 and 1C. RGB value is (66,51,28). Sum of RGB (Red+Green+Blue) = 66+51+28=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42331C is #BDCCE3. Grayscale: #343434. Windows color (decimal): -12438756 or 1848130. OLE color: 1848130.

HSL color Cylindrical-coordinate representation of color #42331C: hue angle of 36.32º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42331C is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 51 28 -
CMYK 0 0.23 0.58 0.74
HSL 36.32º 0.4% 0.18% -
HSV(B) 36.32º 0.58% 0.26% -
XYZ 3.64 3.61 1.6 -
YUV 52.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 66 51 28 0 0.23 0.58 0.74 36.32 0.4 0.18
Hex 42 33 1C 0 17 3A 4A 24 28 12
Octal 102 63 34 0 27 72 112 44 50 22
Binary 1000010 110011 11100 0 10111 111010 1001010 100100 101000 10010

Color Harmonies of #42331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42331C

Black with #42331C

Text Example


Text Example

White with #42331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42331C; }

 p { color: rgb(66,51,28); }

 H1.HeaderClassName
 {
   color: #42331C;
 }
 .AnyTagClassName
 {
   color: #42331C;
 }
</style>

background-color css

<style>
 a { background-color: #42331C; }

 a { background-color: rgb(66,51,28); }

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

border-color css

<style>
 span { border-color: #42331C; }

 span { border-color: rgb(66,51,28); }

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