Html Css Color HEX #422E15 Cola

📋 copy color: '#422E15'

red 66 ◦ green 46 ◦ blue 21

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

Shades of Cola #422E15

Tints of Cola #422E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.79%

R = 49.62%
G = 34.59%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#422E15 (or 0x422E15) is known color: Cola. HEX triplet: 42, 2E and 15. RGB value is (66,46,21). Sum of RGB (Red+Green+Blue) = 66+46+21=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E15 is #BDD1EA. Grayscale: #313131. Windows color (decimal): -12440043 or 1388098. OLE color: 1388098.

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

Color convert

RGB 66 46 21 -
CMYK 0 0.30 0.68 0.74
HSL 33.33º 0.52% 0.17% -
HSV(B) 33.33º 0.68% 0.26% -
XYZ 3.36 3.17 1.14 -
YUV 49.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 66 46 21 0 0.30 0.68 0.74 33.33 0.52 0.17
Hex 42 2E 15 0 1E 44 4A 21 34 11
Octal 102 56 25 0 36 104 112 41 64 21
Binary 1000010 101110 10101 0 11110 1000100 1001010 100001 110100 10001

Color Harmonies of #422E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E15

Black with #422E15

Text Example


Text Example

White with #422E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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