Html Css Color HEX #422001 Brown Pod

📋 copy color: '#422001'

red 66 ◦ green 32 ◦ blue 1

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

Shades of Brown Pod #422001

Tints of Brown Pod #422001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.01%

R = 66.67%
G = 32.32%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#422001 (or 0x422001) is known color: Brown Pod. HEX triplet: 42, 20 and 01. RGB value is (66,32,1). Sum of RGB (Red+Green+Blue) = 66+32+1=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #422001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422001 is #BDDFFE. Grayscale: #262626. Windows color (decimal): -12443647 or 73794. OLE color: 73794.

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

Color convert

RGB 66 32 1 -
CMYK 0 0.52 0.98 0.74
HSL 28.62º 0.97% 0.13% -
HSV(B) 28.62º 0.98% 0.26% -
XYZ 2.77 2.19 0.31 -
YUV 38.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 66 32 1 0 0.52 0.98 0.74 28.62 0.97 0.13
Hex 42 20 1 0 34 62 4A 1D 61 D
Octal 102 40 1 0 64 142 112 35 141 15
Binary 1000010 100000 1 0 110100 1100010 1001010 11101 1100001 1101

Color Harmonies of #422001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422001

Black with #422001

Text Example


Text Example

White with #422001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422001; }

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

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

background-color css

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

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

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

border-color css

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

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

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