Html Css Color HEX #30170D Brown Pod

📋 copy color: '#30170D'

red 48 ◦ green 23 ◦ blue 13

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

Shades of Brown Pod #30170D

Tints of Brown Pod #30170D

RGB

 RED value IS 48 (19.14% from 255) = 57.14%

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

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

R = 57.14%
G = 27.38%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30170D (or 0x30170D) is known color: Brown Pod. HEX triplet: 30, 17 and 0D. RGB value is (48,23,13). Sum of RGB (Red+Green+Blue) = 48+23+13=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #30170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30170D is #CFE8F2. Grayscale: #1D1D1D. Windows color (decimal): -13625587 or 857904. OLE color: 857904.

HSL color Cylindrical-coordinate representation of color #30170D: hue angle of 17.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30170D is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 23 13 -
CMYK 0 0.52 0.73 0.81
HSL 17.14º 0.57% 0.12% -
HSV(B) 17.14º 0.73% 0.19% -
XYZ 1.6 1.27 0.54 -
YUV 29.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 48 23 13 0 0.52 0.73 0.81 17.14 0.57 0.12
Hex 30 17 D 0 34 49 51 11 39 C
Octal 60 27 15 0 64 111 121 21 71 14
Binary 110000 10111 1101 0 110100 1001001 1010001 10001 111001 1100

Color Harmonies of #30170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30170D

Black with #30170D

Text Example


Text Example

White with #30170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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