Html Css Color HEX #421902 Brown Pod

📋 copy color: '#421902'

red 66 ◦ green 25 ◦ blue 2

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

Shades of Brown Pod #421902

Tints of Brown Pod #421902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.88%

 BLUE value IS 2 (1.17% from 255) = 2.15%

R = 70.97%
G = 26.88%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#421902 (or 0x421902) is known color: Brown Pod. HEX triplet: 42, 19 and 02. RGB value is (66,25,2). Sum of RGB (Red+Green+Blue) = 66+25+2=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #421902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421902 is #BDE6FD. Grayscale: #222222. Windows color (decimal): -12445438 or 137538. OLE color: 137538.

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

Color convert

RGB 66 25 2 -
CMYK 0 0.62 0.97 0.74
HSL 21.56º 0.94% 0.13% -
HSV(B) 21.56º 0.97% 0.26% -
XYZ 2.61 1.86 0.28 -
YUV 34.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 66 25 2 0 0.62 0.97 0.74 21.56 0.94 0.13
Hex 42 19 2 0 3E 61 4A 16 5E D
Octal 102 31 2 0 76 141 112 26 136 15
Binary 1000010 11001 10 0 111110 1100001 1001010 10110 1011110 1101

Color Harmonies of #421902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421902

Black with #421902

Text Example


Text Example

White with #421902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421902; }

 p { color: rgb(66,25,2); }

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

background-color css

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

 a { background-color: rgb(66,25,2); }

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

border-color css

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

 span { border-color: rgb(66,25,2); }

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