Html Css Color HEX #42190D Brown Pod

📋 copy color: '#42190D'

red 66 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #42190D

Tints of Brown Pod #42190D

RGB

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

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

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

R = 63.46%
G = 24.04%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42190D (or 0x42190D) is known color: Brown Pod. HEX triplet: 42, 19 and 0D. RGB value is (66,25,13). Sum of RGB (Red+Green+Blue) = 66+25+13=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #42190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42190D is #BDE6F2. Grayscale: #232323. Windows color (decimal): -12445427 or 858434. OLE color: 858434.

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

Color convert

RGB 66 25 13 -
CMYK 0 0.62 0.80 0.74
HSL 13.58º 0.67% 0.15% -
HSV(B) 13.58º 0.8% 0.26% -
XYZ 2.67 1.88 0.6 -
YUV 35.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 66 25 13 0 0.62 0.80 0.74 13.58 0.67 0.15
Hex 42 19 D 0 3E 50 4A E 43 F
Octal 102 31 15 0 76 120 112 16 103 17
Binary 1000010 11001 1101 0 111110 1010000 1001010 1110 1000011 1111

Color Harmonies of #42190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42190D

Black with #42190D

Text Example


Text Example

White with #42190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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