Html Css Color HEX #421A0E Brown Pod

📋 copy color: '#421A0E'

red 66 ◦ green 26 ◦ blue 14

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

Shades of Brown Pod #421A0E

Tints of Brown Pod #421A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.21%

R = 62.26%
G = 24.53%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#421A0E (or 0x421A0E) is known color: Brown Pod. HEX triplet: 42, 1A and 0E. RGB value is (66,26,14). Sum of RGB (Red+Green+Blue) = 66+26+14=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #421A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A0E is #BDE5F1. Grayscale: #242424. Windows color (decimal): -12445170 or 924226. OLE color: 924226.

HSL color Cylindrical-coordinate representation of color #421A0E: hue angle of 13.85º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421A0E is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 26 14 -
CMYK 0 0.61 0.79 0.74
HSL 13.85º 0.65% 0.16% -
HSV(B) 13.85º 0.79% 0.26% -
XYZ 2.7 1.93 0.65 -
YUV 36.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 66 26 14 0 0.61 0.79 0.74 13.85 0.65 0.16
Hex 42 1A E 0 3D 4F 4A E 41 10
Octal 102 32 16 0 75 117 112 16 101 20
Binary 1000010 11010 1110 0 111101 1001111 1001010 1110 1000001 10000

Color Harmonies of #421A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A0E

Black with #421A0E

Text Example


Text Example

White with #421A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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