Html Css Color HEX #421F13 Brown Pod

📋 copy color: '#421F13'

red 66 ◦ green 31 ◦ blue 19

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

Shades of Brown Pod #421F13

Tints of Brown Pod #421F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.72%

 BLUE value IS 19 (7.81% from 255) = 16.38%

R = 56.9%
G = 26.72%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#421F13 (or 0x421F13) is known color: Brown Pod. HEX triplet: 42, 1F and 13. RGB value is (66,31,19). Sum of RGB (Red+Green+Blue) = 66+31+19=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #421F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F13 is #BDE0EC. Grayscale: #282828. Windows color (decimal): -12443885 or 1253186. OLE color: 1253186.

HSL color Cylindrical-coordinate representation of color #421F13: hue angle of 15.32º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421F13 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 31 19 -
CMYK 0 0.53 0.71 0.74
HSL 15.32º 0.55% 0.17% -
HSV(B) 15.32º 0.71% 0.26% -
XYZ 2.85 2.19 0.89 -
YUV 40.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 66 31 19 0 0.53 0.71 0.74 15.32 0.55 0.17
Hex 42 1F 13 0 35 47 4A F 37 11
Octal 102 37 23 0 65 107 112 17 67 21
Binary 1000010 11111 10011 0 110101 1000111 1001010 1111 110111 10001

Color Harmonies of #421F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F13

Black with #421F13

Text Example


Text Example

White with #421F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,19); }

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

background-color css

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

 a { background-color: rgb(66,31,19); }

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

border-color css

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

 span { border-color: rgb(66,31,19); }

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