Html Css Color HEX #422312 Brown Pod

📋 copy color: '#422312'

red 66 ◦ green 35 ◦ blue 18

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

Shades of Brown Pod #422312

Tints of Brown Pod #422312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 55.46%
G = 29.41%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#422312 (or 0x422312) is known color: Brown Pod. HEX triplet: 42, 23 and 12. RGB value is (66,35,18). Sum of RGB (Red+Green+Blue) = 66+35+18=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #422312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422312 is #BDDCED. Grayscale: #2A2A2A. Windows color (decimal): -12442862 or 1188674. OLE color: 1188674.

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

Color convert

RGB 66 35 18 -
CMYK 0 0.47 0.73 0.74
HSL 21.25º 0.57% 0.16% -
HSV(B) 21.25º 0.73% 0.26% -
XYZ 2.96 2.4 0.88 -
YUV 42.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 66 35 18 0 0.47 0.73 0.74 21.25 0.57 0.16
Hex 42 23 12 0 2F 49 4A 15 39 10
Octal 102 43 22 0 57 111 112 25 71 20
Binary 1000010 100011 10010 0 101111 1001001 1001010 10101 111001 10000

Color Harmonies of #422312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422312

Black with #422312

Text Example


Text Example

White with #422312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422312; }

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

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

background-color css

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

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

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

border-color css

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

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

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