Html Css Color HEX #421D0A Brown Pod

📋 copy color: '#421D0A'

red 66 ◦ green 29 ◦ blue 10

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

Shades of Brown Pod #421D0A

Tints of Brown Pod #421D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.52%

R = 62.86%
G = 27.62%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#421D0A (or 0x421D0A) is known color: Brown Pod. HEX triplet: 42, 1D and 0A. RGB value is (66,29,10). Sum of RGB (Red+Green+Blue) = 66+29+10=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #421D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D0A is #BDE2F5. Grayscale: #262626. Windows color (decimal): -12444406 or 662850. OLE color: 662850.

HSL color Cylindrical-coordinate representation of color #421D0A: hue angle of 20.36º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421D0A is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 10 -
CMYK 0 0.56 0.85 0.74
HSL 20.36º 0.74% 0.15% -
HSV(B) 20.36º 0.85% 0.26% -
XYZ 2.74 2.06 0.54 -
YUV 37.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 66 29 10 0 0.56 0.85 0.74 20.36 0.74 0.15
Hex 42 1D A 0 38 55 4A 14 4A F
Octal 102 35 12 0 70 125 112 24 112 17
Binary 1000010 11101 1010 0 111000 1010101 1001010 10100 1001010 1111

Color Harmonies of #421D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D0A

Black with #421D0A

Text Example


Text Example

White with #421D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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