Html Css Color HEX #422100 Brown Pod

📋 copy color: '#422100'

red 66 ◦ green 33 ◦ blue 0

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

Shades of Brown Pod #422100

Tints of Brown Pod #422100

RGB

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

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

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422100 (or 0x422100) is known color: Brown Pod. HEX triplet: 42, 21 and 00. RGB value is (66,33,0). Sum of RGB (Red+Green+Blue) = 66+33+0=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #422100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422100 is #BDDEFF. Grayscale: #272727. Windows color (decimal): -12443392 or 8514. OLE color: 8514.

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

Color convert

RGB 66 33 0 -
CMYK 0 0.5 1 0.74
HSL 30º 1% 0.13% -
HSV(B) 30º 1% 0.26% -
XYZ 2.79 2.25 0.29 -
YUV 39.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 66 33 0 0 0.5 1 0.74 30 1 0.13
Hex 42 21 0 0 32 64 4A 1E 64 D
Octal 102 41 0 0 62 144 112 36 144 15
Binary 1000010 100001 0 0 110010 1100100 1001010 11110 1100100 1101

Color Harmonies of #422100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422100

Black with #422100

Text Example


Text Example

White with #422100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422100; }

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

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

background-color css

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

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

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

border-color css

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

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

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