Html Css Color HEX #422310 Brown Pod

📋 copy color: '#422310'

red 66 ◦ green 35 ◦ blue 16

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

Shades of Brown Pod #422310

Tints of Brown Pod #422310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 56.41%
G = 29.91%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#422310 (or 0x422310) is known color: Brown Pod. HEX triplet: 42, 23 and 10. RGB value is (66,35,16). Sum of RGB (Red+Green+Blue) = 66+35+16=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #422310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422310 is #BDDCEF. Grayscale: #2A2A2A. Windows color (decimal): -12442864 or 1057602. OLE color: 1057602.

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

Color convert

RGB 66 35 16 -
CMYK 0 0.47 0.76 0.74
HSL 22.8º 0.61% 0.16% -
HSV(B) 22.8º 0.76% 0.26% -
XYZ 2.94 2.4 0.8 -
YUV 42.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 66 35 16 0 0.47 0.76 0.74 22.8 0.61 0.16
Hex 42 23 10 0 2F 4C 4A 17 3D 10
Octal 102 43 20 0 57 114 112 27 75 20
Binary 1000010 100011 10000 0 101111 1001100 1001010 10111 111101 10000

Color Harmonies of #422310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422310

Black with #422310

Text Example


Text Example

White with #422310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422310; }

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

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

background-color css

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

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

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

border-color css

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

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

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