Html Css Color HEX #42170D Brown Pod

📋 copy color: '#42170D'

red 66 ◦ green 23 ◦ blue 13

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

Shades of Brown Pod #42170D

Tints of Brown Pod #42170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.55%

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

R = 64.71%
G = 22.55%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42170D (or 0x42170D) is known color: Brown Pod. HEX triplet: 42, 17 and 0D. RGB value is (66,23,13). Sum of RGB (Red+Green+Blue) = 66+23+13=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #42170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42170D is #BDE8F2. Grayscale: #222222. Windows color (decimal): -12445939 or 857922. OLE color: 857922.

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

Color convert

RGB 66 23 13 -
CMYK 0 0.65 0.80 0.74
HSL 11.32º 0.67% 0.15% -
HSV(B) 11.32º 0.8% 0.26% -
XYZ 2.63 1.8 0.59 -
YUV 34.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 66 23 13 0 0.65 0.80 0.74 11.32 0.67 0.15
Hex 42 17 D 0 41 50 4A B 43 F
Octal 102 27 15 0 101 120 112 13 103 17
Binary 1000010 10111 1101 0 1000001 1010000 1001010 1011 1000011 1111

Color Harmonies of #42170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42170D

Black with #42170D

Text Example


Text Example

White with #42170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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