Html Css Color HEX #422513 Brown Pod

📋 copy color: '#422513'

red 66 ◦ green 37 ◦ blue 19

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

Shades of Brown Pod #422513

Tints of Brown Pod #422513

RGB

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

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

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

R = 54.1%
G = 30.33%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#422513 (or 0x422513) is known color: Brown Pod. HEX triplet: 42, 25 and 13. RGB value is (66,37,19). Sum of RGB (Red+Green+Blue) = 66+37+19=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #422513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422513 is #BDDAEC. Grayscale: #2B2B2B. Windows color (decimal): -12442349 or 1254722. OLE color: 1254722.

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

Color convert

RGB 66 37 19 -
CMYK 0 0.44 0.71 0.74
HSL 22.98º 0.55% 0.17% -
HSV(B) 22.98º 0.71% 0.26% -
XYZ 3.03 2.53 0.94 -
YUV 43.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 66 37 19 0 0.44 0.71 0.74 22.98 0.55 0.17
Hex 42 25 13 0 2C 47 4A 17 37 11
Octal 102 45 23 0 54 107 112 27 67 21
Binary 1000010 100101 10011 0 101100 1000111 1001010 10111 110111 10001

Color Harmonies of #422513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422513

Black with #422513

Text Example


Text Example

White with #422513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422513; }

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

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

background-color css

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

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

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

border-color css

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

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

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