Html Css Color HEX #422318 Brown Pod

📋 copy color: '#422318'

red 66 ◦ green 35 ◦ blue 24

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

Shades of Brown Pod #422318

Tints of Brown Pod #422318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28%

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

R = 52.8%
G = 28%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#422318 (or 0x422318) is known color: Brown Pod. HEX triplet: 42, 23 and 18. RGB value is (66,35,24). Sum of RGB (Red+Green+Blue) = 66+35+24=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #422318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422318 is #BDDCE7. Grayscale: #2B2B2B. Windows color (decimal): -12442856 or 1581890. OLE color: 1581890.

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

Color convert

RGB 66 35 24 -
CMYK 0 0.47 0.64 0.74
HSL 15.71º 0.47% 0.18% -
HSV(B) 15.71º 0.64% 0.26% -
XYZ 3.01 2.43 1.17 -
YUV 43.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 66 35 24 0 0.47 0.64 0.74 15.71 0.47 0.18
Hex 42 23 18 0 2F 40 4A 10 2F 12
Octal 102 43 30 0 57 100 112 20 57 22
Binary 1000010 100011 11000 0 101111 1000000 1001010 10000 101111 10010

Color Harmonies of #422318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422318

Black with #422318

Text Example


Text Example

White with #422318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422318; }

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

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

background-color css

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

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

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

border-color css

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

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

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