Html Css Color HEX #422E14 Clinker

📋 copy color: '#422E14'

red 66 ◦ green 46 ◦ blue 20

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

Shades of Clinker #422E14

Tints of Clinker #422E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.15%

R = 50%
G = 34.85%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#422E14 (or 0x422E14) is known color: Clinker. HEX triplet: 42, 2E and 14. RGB value is (66,46,20). Sum of RGB (Red+Green+Blue) = 66+46+20=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #422E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E14 is #BDD1EB. Grayscale: #313131. Windows color (decimal): -12440044 or 1322562. OLE color: 1322562.

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

Color convert

RGB 66 46 20 -
CMYK 0 0.30 0.70 0.74
HSL 33.91º 0.53% 0.17% -
HSV(B) 33.91º 0.7% 0.26% -
XYZ 3.35 3.16 1.1 -
YUV 49.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 66 46 20 0 0.30 0.70 0.74 33.91 0.53 0.17
Hex 42 2E 14 0 1E 46 4A 22 35 11
Octal 102 56 24 0 36 106 112 42 65 21
Binary 1000010 101110 10100 0 11110 1000110 1001010 100010 110101 10001

Color Harmonies of #422E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E14

Black with #422E14

Text Example


Text Example

White with #422E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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