Html Css Color HEX #422E13 Clinker

📋 copy color: '#422E13'

red 66 ◦ green 46 ◦ blue 19

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

Shades of Clinker #422E13

Tints of Clinker #422E13

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.11%

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 50.38%
G = 35.11%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#422E13 (or 0x422E13) is known color: Clinker. HEX triplet: 42, 2E and 13. RGB value is (66,46,19). Sum of RGB (Red+Green+Blue) = 66+46+19=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #422E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E13 is #BDD1EC. Grayscale: #313131. Windows color (decimal): -12440045 or 1257026. OLE color: 1257026.

HSL color Cylindrical-coordinate representation of color #422E13: hue angle of 34.47º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #422E13 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 46 19 -
CMYK 0 0.30 0.71 0.74
HSL 34.47º 0.55% 0.17% -
HSV(B) 34.47º 0.71% 0.26% -
XYZ 3.34 3.16 1.05 -
YUV 48.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 66 46 19 0 0.30 0.71 0.74 34.47 0.55 0.17
Hex 42 2E 13 0 1E 47 4A 22 37 11
Octal 102 56 23 0 36 107 112 42 67 21
Binary 1000010 101110 10011 0 11110 1000111 1001010 100010 110111 10001

Color Harmonies of #422E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E13

Black with #422E13

Text Example


Text Example

White with #422E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422E13; }

 p { color: rgb(66,46,19); }

 H1.HeaderClassName
 {
   color: #422E13;
 }
 .AnyTagClassName
 {
   color: #422E13;
 }
</style>

background-color css

<style>
 a { background-color: #422E13; }

 a { background-color: rgb(66,46,19); }

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

border-color css

<style>
 span { border-color: #422E13; }

 span { border-color: rgb(66,46,19); }

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