Html Css Color HEX #42321C Clinker

📋 copy color: '#42321C'

red 66 ◦ green 50 ◦ blue 28

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

Shades of Clinker #42321C

Tints of Clinker #42321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.72%

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

R = 45.83%
G = 34.72%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42321C (or 0x42321C) is known color: Clinker. HEX triplet: 42, 32 and 1C. RGB value is (66,50,28). Sum of RGB (Red+Green+Blue) = 66+50+28=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #42321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42321C is #BDCDE3. Grayscale: #343434. Windows color (decimal): -12439012 or 1847874. OLE color: 1847874.

HSL color Cylindrical-coordinate representation of color #42321C: hue angle of 34.74º 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 #42321C is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 50 28 -
CMYK 0 0.24 0.58 0.74
HSL 34.74º 0.4% 0.18% -
HSV(B) 34.74º 0.58% 0.26% -
XYZ 3.6 3.52 1.59 -
YUV 52.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 66 50 28 0 0.24 0.58 0.74 34.74 0.4 0.18
Hex 42 32 1C 0 18 3A 4A 23 28 12
Octal 102 62 34 0 30 72 112 43 50 22
Binary 1000010 110010 11100 0 11000 111010 1001010 100011 101000 10010

Color Harmonies of #42321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42321C

Black with #42321C

Text Example


Text Example

White with #42321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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