Html Css Color HEX #421A0D Brown Pod

📋 copy color: '#421A0D'

red 66 ◦ green 26 ◦ blue 13

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

Shades of Brown Pod #421A0D

Tints of Brown Pod #421A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.76%

 BLUE value IS 13 (5.47% from 255) = 12.38%

R = 62.86%
G = 24.76%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#421A0D (or 0x421A0D) is known color: Brown Pod. HEX triplet: 42, 1A and 0D. RGB value is (66,26,13). Sum of RGB (Red+Green+Blue) = 66+26+13=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #421A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A0D is #BDE5F2. Grayscale: #242424. Windows color (decimal): -12445171 or 858690. OLE color: 858690.

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

Color convert

RGB 66 26 13 -
CMYK 0 0.61 0.80 0.74
HSL 14.72º 0.67% 0.15% -
HSV(B) 14.72º 0.8% 0.26% -
XYZ 2.69 1.93 0.61 -
YUV 36.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 66 26 13 0 0.61 0.80 0.74 14.72 0.67 0.15
Hex 42 1A D 0 3D 50 4A F 43 F
Octal 102 32 15 0 75 120 112 17 103 17
Binary 1000010 11010 1101 0 111101 1010000 1001010 1111 1000011 1111

Color Harmonies of #421A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A0D

Black with #421A0D

Text Example


Text Example

White with #421A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,13); }

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

background-color css

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

 a { background-color: rgb(66,26,13); }

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

border-color css

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

 span { border-color: rgb(66,26,13); }

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