Html Css Color HEX #421913 Brown Pod

📋 copy color: '#421913'

red 66 ◦ green 25 ◦ blue 19

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

Shades of Brown Pod #421913

Tints of Brown Pod #421913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.73%

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

R = 60%
G = 22.73%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#421913 (or 0x421913) is known color: Brown Pod. HEX triplet: 42, 19 and 13. RGB value is (66,25,19). Sum of RGB (Red+Green+Blue) = 66+25+19=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #421913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421913 is #BDE6EC. Grayscale: #242424. Windows color (decimal): -12445421 or 1251650. OLE color: 1251650.

HSL color Cylindrical-coordinate representation of color #421913: hue angle of 7.66º 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 #421913 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 25 19 -
CMYK 0 0.62 0.71 0.74
HSL 7.66º 0.55% 0.17% -
HSV(B) 7.66º 0.71% 0.26% -
XYZ 2.71 1.9 0.84 -
YUV 36.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 66 25 19 0 0.62 0.71 0.74 7.66 0.55 0.17
Hex 42 19 13 0 3E 47 4A 8 37 11
Octal 102 31 23 0 76 107 112 10 67 21
Binary 1000010 11001 10011 0 111110 1000111 1001010 1000 110111 10001

Color Harmonies of #421913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421913

Black with #421913

Text Example


Text Example

White with #421913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421913; }

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

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

background-color css

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

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

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

border-color css

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

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

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