Html Css Color HEX #422413 Brown Pod

📋 copy color: '#422413'

red 66 ◦ green 36 ◦ blue 19

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

Shades of Brown Pod #422413

Tints of Brown Pod #422413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.75%

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 54.55%
G = 29.75%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#422413 (or 0x422413) is known color: Brown Pod. HEX triplet: 42, 24 and 13. RGB value is (66,36,19). Sum of RGB (Red+Green+Blue) = 66+36+19=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422413 is #BDDBEC. Grayscale: #2B2B2B. Windows color (decimal): -12442605 or 1254466. OLE color: 1254466.

HSL color Cylindrical-coordinate representation of color #422413: hue angle of 21.7º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #422413 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 36 19 -
CMYK 0 0.45 0.71 0.74
HSL 21.7º 0.55% 0.17% -
HSV(B) 21.7º 0.71% 0.26% -
XYZ 3 2.47 0.93 -
YUV 43.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 66 36 19 0 0.45 0.71 0.74 21.7 0.55 0.17
Hex 42 24 13 0 2D 47 4A 16 37 11
Octal 102 44 23 0 55 107 112 26 67 21
Binary 1000010 100100 10011 0 101101 1000111 1001010 10110 110111 10001

Color Harmonies of #422413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422413

Black with #422413

Text Example


Text Example

White with #422413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422413; }

 p { color: rgb(66,36,19); }

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

background-color css

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

 a { background-color: rgb(66,36,19); }

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

border-color css

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

 span { border-color: rgb(66,36,19); }

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