Html Css Color HEX #421D02 Brown Pod

📋 copy color: '#421D02'

red 66 ◦ green 29 ◦ blue 2

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

Shades of Brown Pod #421D02

Tints of Brown Pod #421D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.9%

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

R = 68.04%
G = 29.9%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#421D02 (or 0x421D02) is known color: Brown Pod. HEX triplet: 42, 1D and 02. RGB value is (66,29,2). Sum of RGB (Red+Green+Blue) = 66+29+2=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #421D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D02 is #BDE2FD. Grayscale: #252525. Windows color (decimal): -12444414 or 138562. OLE color: 138562.

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

Color convert

RGB 66 29 2 -
CMYK 0 0.56 0.97 0.74
HSL 25.31º 0.94% 0.13% -
HSV(B) 25.31º 0.97% 0.26% -
XYZ 2.7 2.04 0.31 -
YUV 36.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 66 29 2 0 0.56 0.97 0.74 25.31 0.94 0.13
Hex 42 1D 2 0 38 61 4A 19 5E D
Octal 102 35 2 0 70 141 112 31 136 15
Binary 1000010 11101 10 0 111000 1100001 1001010 11001 1011110 1101

Color Harmonies of #421D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D02

Black with #421D02

Text Example


Text Example

White with #421D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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