Html Css Color HEX #422311 Brown Pod

📋 copy color: '#422311'

red 66 ◦ green 35 ◦ blue 17

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

Shades of Brown Pod #422311

Tints of Brown Pod #422311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.41%

R = 55.93%
G = 29.66%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#422311 (or 0x422311) is known color: Brown Pod. HEX triplet: 42, 23 and 11. RGB value is (66,35,17). Sum of RGB (Red+Green+Blue) = 66+35+17=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #422311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422311 is #BDDCEE. Grayscale: #2A2A2A. Windows color (decimal): -12442863 or 1123138. OLE color: 1123138.

HSL color Cylindrical-coordinate representation of color #422311: hue angle of 22.04º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422311 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 35 17 -
CMYK 0 0.47 0.74 0.74
HSL 22.04º 0.59% 0.16% -
HSV(B) 22.04º 0.74% 0.26% -
XYZ 2.95 2.4 0.84 -
YUV 42.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 66 35 17 0 0.47 0.74 0.74 22.04 0.59 0.16
Hex 42 23 11 0 2F 4A 4A 16 3B 10
Octal 102 43 21 0 57 112 112 26 73 20
Binary 1000010 100011 10001 0 101111 1001010 1001010 10110 111011 10000

Color Harmonies of #422311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422311

Black with #422311

Text Example


Text Example

White with #422311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422311; }

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

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

background-color css

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

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

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

border-color css

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

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

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