Html Css Color HEX #422518 Brown Pod

📋 copy color: '#422518'

red 66 ◦ green 37 ◦ blue 24

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

Shades of Brown Pod #422518

Tints of Brown Pod #422518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 51.97%
G = 29.13%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#422518 (or 0x422518) is known color: Brown Pod. HEX triplet: 42, 25 and 18. RGB value is (66,37,24). Sum of RGB (Red+Green+Blue) = 66+37+24=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #422518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422518 is #BDDAE7. Grayscale: #2C2C2C. Windows color (decimal): -12442344 or 1582402. OLE color: 1582402.

HSL color Cylindrical-coordinate representation of color #422518: hue angle of 18.57º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #422518 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 37 24 -
CMYK 0 0.44 0.64 0.74
HSL 18.57º 0.47% 0.18% -
HSV(B) 18.57º 0.64% 0.26% -
XYZ 3.07 2.55 1.19 -
YUV 44.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 66 37 24 0 0.44 0.64 0.74 18.57 0.47 0.18
Hex 42 25 18 0 2C 40 4A 13 2F 12
Octal 102 45 30 0 54 100 112 23 57 22
Binary 1000010 100101 11000 0 101100 1000000 1001010 10011 101111 10010

Color Harmonies of #422518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422518

Black with #422518

Text Example


Text Example

White with #422518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422518; }

 p { color: rgb(66,37,24); }

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

background-color css

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

 a { background-color: rgb(66,37,24); }

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

border-color css

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

 span { border-color: rgb(66,37,24); }

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