Html Css Color HEX #422107 Brown Pod

📋 copy color: '#422107'

red 66 ◦ green 33 ◦ blue 7

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

Shades of Brown Pod #422107

Tints of Brown Pod #422107

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.13%

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

R = 62.26%
G = 31.13%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#422107 (or 0x422107) is known color: Brown Pod. HEX triplet: 42, 21 and 07. RGB value is (66,33,7). Sum of RGB (Red+Green+Blue) = 66+33+7=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #422107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422107 is #BDDEF8. Grayscale: #282828. Windows color (decimal): -12443385 or 467266. OLE color: 467266.

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

Color convert

RGB 66 33 7 -
CMYK 0 0.5 0.89 0.74
HSL 26.44º 0.81% 0.14% -
HSV(B) 26.44º 0.89% 0.26% -
XYZ 2.83 2.26 0.49 -
YUV 39.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 66 33 7 0 0.5 0.89 0.74 26.44 0.81 0.14
Hex 42 21 7 0 32 59 4A 1A 51 E
Octal 102 41 7 0 62 131 112 32 121 16
Binary 1000010 100001 111 0 110010 1011001 1001010 11010 1010001 1110

Color Harmonies of #422107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422107

Black with #422107

Text Example


Text Example

White with #422107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422107; }

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

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

background-color css

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

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

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

border-color css

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

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

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