Html Css Color HEX #421B0E Brown Pod

📋 copy color: '#421B0E'

red 66 ◦ green 27 ◦ blue 14

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

Shades of Brown Pod #421B0E

Tints of Brown Pod #421B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25.23%

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

R = 61.68%
G = 25.23%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#421B0E (or 0x421B0E) is known color: Brown Pod. HEX triplet: 42, 1B and 0E. RGB value is (66,27,14). Sum of RGB (Red+Green+Blue) = 66+27+14=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #421B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B0E is #BDE4F1. Grayscale: #252525. Windows color (decimal): -12444914 or 924482. OLE color: 924482.

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

Color convert

RGB 66 27 14 -
CMYK 0 0.59 0.79 0.74
HSL 15º 0.65% 0.16% -
HSV(B) 15º 0.79% 0.26% -
XYZ 2.72 1.97 0.65 -
YUV 37.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 66 27 14 0 0.59 0.79 0.74 15 0.65 0.16
Hex 42 1B E 0 3B 4F 4A F 41 10
Octal 102 33 16 0 73 117 112 17 101 20
Binary 1000010 11011 1110 0 111011 1001111 1001010 1111 1000001 10000

Color Harmonies of #421B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B0E

Black with #421B0E

Text Example


Text Example

White with #421B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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