Html Css Color HEX #422018 Brown Pod

📋 copy color: '#422018'

red 66 ◦ green 32 ◦ blue 24

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

Shades of Brown Pod #422018

Tints of Brown Pod #422018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.23%

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

R = 54.1%
G = 26.23%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#422018 (or 0x422018) is known color: Brown Pod. HEX triplet: 42, 20 and 18. RGB value is (66,32,24). Sum of RGB (Red+Green+Blue) = 66+32+24=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #422018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422018 is #BDDFE7. Grayscale: #292929. Windows color (decimal): -12443624 or 1581122. OLE color: 1581122.

HSL color Cylindrical-coordinate representation of color #422018: hue angle of 11.43º 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 #422018 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 32 24 -
CMYK 0 0.52 0.64 0.74
HSL 11.43º 0.47% 0.18% -
HSV(B) 11.43º 0.64% 0.26% -
XYZ 2.93 2.26 1.15 -
YUV 41.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 66 32 24 0 0.52 0.64 0.74 11.43 0.47 0.18
Hex 42 20 18 0 34 40 4A B 2F 12
Octal 102 40 30 0 64 100 112 13 57 22
Binary 1000010 100000 11000 0 110100 1000000 1001010 1011 101111 10010

Color Harmonies of #422018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422018

Black with #422018

Text Example


Text Example

White with #422018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422018; }

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

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

background-color css

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

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

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

border-color css

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

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

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