Html Css Color HEX #422007 Brown Pod

📋 copy color: '#422007'

red 66 ◦ green 32 ◦ blue 7

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

Shades of Brown Pod #422007

Tints of Brown Pod #422007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.48%

 BLUE value IS 7 (3.13% from 255) = 6.67%

R = 62.86%
G = 30.48%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#422007 (or 0x422007) is known color: Brown Pod. HEX triplet: 42, 20 and 07. RGB value is (66,32,7). Sum of RGB (Red+Green+Blue) = 66+32+7=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #422007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422007 is #BDDFF8. Grayscale: #272727. Windows color (decimal): -12443641 or 467010. OLE color: 467010.

HSL color Cylindrical-coordinate representation of color #422007: hue angle of 25.42º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #422007 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 32 7 -
CMYK 0 0.52 0.89 0.74
HSL 25.42º 0.81% 0.14% -
HSV(B) 25.42º 0.89% 0.26% -
XYZ 2.8 2.21 0.48 -
YUV 39.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 66 32 7 0 0.52 0.89 0.74 25.42 0.81 0.14
Hex 42 20 7 0 34 59 4A 19 51 E
Octal 102 40 7 0 64 131 112 31 121 16
Binary 1000010 100000 111 0 110100 1011001 1001010 11001 1010001 1110

Color Harmonies of #422007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422007

Black with #422007

Text Example


Text Example

White with #422007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422007; }

 p { color: rgb(66,32,7); }

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

background-color css

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

 a { background-color: rgb(66,32,7); }

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

border-color css

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

 span { border-color: rgb(66,32,7); }

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