Html Css Color HEX #422207 Brown Pod

📋 copy color: '#422207'

red 66 ◦ green 34 ◦ blue 7

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

Shades of Brown Pod #422207

Tints of Brown Pod #422207

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

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

R = 61.68%
G = 31.78%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#422207 (or 0x422207) is known color: Brown Pod. HEX triplet: 42, 22 and 07. RGB value is (66,34,7). Sum of RGB (Red+Green+Blue) = 66+34+7=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #422207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422207 is #BDDDF8. Grayscale: #282828. Windows color (decimal): -12443129 or 467522. OLE color: 467522.

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

Color convert

RGB 66 34 7 -
CMYK 0 0.48 0.89 0.74
HSL 27.46º 0.81% 0.14% -
HSV(B) 27.46º 0.89% 0.26% -
XYZ 2.86 2.32 0.5 -
YUV 40.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 66 34 7 0 0.48 0.89 0.74 27.46 0.81 0.14
Hex 42 22 7 0 30 59 4A 1B 51 E
Octal 102 42 7 0 60 131 112 33 121 16
Binary 1000010 100010 111 0 110000 1011001 1001010 11011 1010001 1110

Color Harmonies of #422207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422207

Black with #422207

Text Example


Text Example

White with #422207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422207; }

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

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

background-color css

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

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

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

border-color css

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

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

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