Html Css Color HEX #34170D Brown Pod

📋 copy color: '#34170D'

red 52 ◦ green 23 ◦ blue 13

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

Shades of Brown Pod #34170D

Tints of Brown Pod #34170D

RGB

 RED value IS 52 (20.7% from 255) = 59.09%

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

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

R = 59.09%
G = 26.14%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#34170D (or 0x34170D) is known color: Brown Pod. HEX triplet: 34, 17 and 0D. RGB value is (52,23,13). Sum of RGB (Red+Green+Blue) = 52+23+13=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #34170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34170D is #CBE8F2. Grayscale: #1E1E1E. Windows color (decimal): -13363443 or 857908. OLE color: 857908.

HSL color Cylindrical-coordinate representation of color #34170D: hue angle of 15.38º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34170D is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 23 13 -
CMYK 0 0.56 0.75 0.80
HSL 15.38º 0.6% 0.13% -
HSV(B) 15.38º 0.75% 0.2% -
XYZ 1.8 1.37 0.55 -
YUV 30.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 52 23 13 0 0.56 0.75 0.80 15.38 0.6 0.13
Hex 34 17 D 0 38 4B 50 F 3C D
Octal 64 27 15 0 70 113 120 17 74 15
Binary 110100 10111 1101 0 111000 1001011 1010000 1111 111100 1101

Color Harmonies of #34170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34170D

Black with #34170D

Text Example


Text Example

White with #34170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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