Html Css Color HEX #422313 Brown Pod

📋 copy color: '#422313'

red 66 ◦ green 35 ◦ blue 19

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

Shades of Brown Pod #422313

Tints of Brown Pod #422313

RGB

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

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

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

R = 55%
G = 29.17%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#422313 (or 0x422313) is known color: Brown Pod. HEX triplet: 42, 23 and 13. RGB value is (66,35,19). Sum of RGB (Red+Green+Blue) = 66+35+19=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422313 is #BDDCEC. Grayscale: #2A2A2A. Windows color (decimal): -12442861 or 1254210. OLE color: 1254210.

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

Color convert

RGB 66 35 19 -
CMYK 0 0.47 0.71 0.74
HSL 20.43º 0.55% 0.17% -
HSV(B) 20.43º 0.71% 0.26% -
XYZ 2.97 2.41 0.92 -
YUV 42.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 66 35 19 0 0.47 0.71 0.74 20.43 0.55 0.17
Hex 42 23 13 0 2F 47 4A 14 37 11
Octal 102 43 23 0 57 107 112 24 67 21
Binary 1000010 100011 10011 0 101111 1000111 1001010 10100 110111 10001

Color Harmonies of #422313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422313

Black with #422313

Text Example


Text Example

White with #422313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422313; }

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

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

background-color css

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

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

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

border-color css

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

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

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