Html Css Color HEX #422410 Brown Pod

📋 copy color: '#422410'

red 66 ◦ green 36 ◦ blue 16

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

Shades of Brown Pod #422410

Tints of Brown Pod #422410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.51%

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

R = 55.93%
G = 30.51%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#422410 (or 0x422410) is known color: Brown Pod. HEX triplet: 42, 24 and 10. RGB value is (66,36,16). Sum of RGB (Red+Green+Blue) = 66+36+16=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #422410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422410 is #BDDBEF. Grayscale: #2A2A2A. Windows color (decimal): -12442608 or 1057858. OLE color: 1057858.

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

Color convert

RGB 66 36 16 -
CMYK 0 0.45 0.76 0.74
HSL 24º 0.61% 0.16% -
HSV(B) 24º 0.76% 0.26% -
XYZ 2.97 2.46 0.81 -
YUV 42.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 66 36 16 0 0.45 0.76 0.74 24 0.61 0.16
Hex 42 24 10 0 2D 4C 4A 18 3D 10
Octal 102 44 20 0 55 114 112 30 75 20
Binary 1000010 100100 10000 0 101101 1001100 1001010 11000 111101 10000

Color Harmonies of #422410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422410

Black with #422410

Text Example


Text Example

White with #422410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422410; }

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

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

background-color css

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

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

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

border-color css

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

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

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