Html Css Color HEX #422000 Brown Pod

📋 copy color: '#422000'

red 66 ◦ green 32 ◦ blue 0

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

Shades of Brown Pod #422000

Tints of Brown Pod #422000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.35%
G = 32.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422000 (or 0x422000) is known color: Brown Pod. HEX triplet: 42, 20 and 00. RGB value is (66,32,0). Sum of RGB (Red+Green+Blue) = 66+32+0=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #422000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422000 is #BDDFFF. Grayscale: #262626. Windows color (decimal): -12443648 or 8258. OLE color: 8258.

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

Color convert

RGB 66 32 0 -
CMYK 0 0.52 1 0.74
HSL 29.09º 1% 0.13% -
HSV(B) 29.09º 1% 0.26% -
XYZ 2.76 2.19 0.28 -
YUV 38.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 66 32 0 0 0.52 1 0.74 29.09 1 0.13
Hex 42 20 0 0 34 64 4A 1D 64 D
Octal 102 40 0 0 64 144 112 35 144 15
Binary 1000010 100000 0 0 110100 1100100 1001010 11101 1100100 1101

Color Harmonies of #422000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422000

Black with #422000

Text Example


Text Example

White with #422000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422000; }

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

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

background-color css

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

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

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

border-color css

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

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

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