Html Css Color HEX #422E19 Cola

📋 copy color: '#422E19'

red 66 ◦ green 46 ◦ blue 25

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

Shades of Cola #422E19

Tints of Cola #422E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.25%

R = 48.18%
G = 33.58%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#422E19 (or 0x422E19) is known color: Cola. HEX triplet: 42, 2E and 19. RGB value is (66,46,25). Sum of RGB (Red+Green+Blue) = 66+46+25=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #422E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422E19 is #BDD1E6. Grayscale: #313131. Windows color (decimal): -12440039 or 1650242. OLE color: 1650242.

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

Color convert

RGB 66 46 25 -
CMYK 0 0.30 0.62 0.74
HSL 30.73º 0.45% 0.18% -
HSV(B) 30.73º 0.62% 0.26% -
XYZ 3.4 3.18 1.35 -
YUV 49.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 66 46 25 0 0.30 0.62 0.74 30.73 0.45 0.18
Hex 42 2E 19 0 1E 3E 4A 1F 2D 12
Octal 102 56 31 0 36 76 112 37 55 22
Binary 1000010 101110 11001 0 11110 111110 1001010 11111 101101 10010

Color Harmonies of #422E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E19

Black with #422E19

Text Example


Text Example

White with #422E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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