Html Css Color HEX #421202 Brown Pod

📋 copy color: '#421202'

red 66 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #421202

Tints of Brown Pod #421202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.93%

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

R = 76.74%
G = 20.93%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#421202 (or 0x421202) is known color: Brown Pod. HEX triplet: 42, 12 and 02. RGB value is (66,18,2). Sum of RGB (Red+Green+Blue) = 66+18+2=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #421202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421202 is #BDEDFD. Grayscale: #1E1E1E. Windows color (decimal): -12447230 or 135746. OLE color: 135746.

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

Color convert

RGB 66 18 2 -
CMYK 0 0.73 0.97 0.74
HSL 15º 0.94% 0.13% -
HSV(B) 15º 0.97% 0.26% -
XYZ 2.47 1.6 0.23 -
YUV 30.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 66 18 2 0 0.73 0.97 0.74 15 0.94 0.13
Hex 42 12 2 0 49 61 4A F 5E D
Octal 102 22 2 0 111 141 112 17 136 15
Binary 1000010 10010 10 0 1001001 1100001 1001010 1111 1011110 1101

Color Harmonies of #421202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421202

Black with #421202

Text Example


Text Example

White with #421202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421202; }

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

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

background-color css

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

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

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

border-color css

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

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

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