Html Css Color HEX #30180D Brown Pod

📋 copy color: '#30180D'

red 48 ◦ green 24 ◦ blue 13

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

Shades of Brown Pod #30180D

Tints of Brown Pod #30180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.24%

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

R = 56.47%
G = 28.24%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30180D (or 0x30180D) is known color: Brown Pod. HEX triplet: 30, 18 and 0D. RGB value is (48,24,13). Sum of RGB (Red+Green+Blue) = 48+24+13=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #30180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30180D is #CFE7F2. Grayscale: #1D1D1D. Windows color (decimal): -13625331 or 858160. OLE color: 858160.

HSL color Cylindrical-coordinate representation of color #30180D: hue angle of 18.86º 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 #30180D is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 13 -
CMYK 0 0.5 0.73 0.81
HSL 18.86º 0.57% 0.12% -
HSV(B) 18.86º 0.73% 0.19% -
XYZ 1.62 1.31 0.55 -
YUV 29.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 48 24 13 0 0.5 0.73 0.81 18.86 0.57 0.12
Hex 30 18 D 0 32 49 51 13 39 C
Octal 60 30 15 0 62 111 121 23 71 14
Binary 110000 11000 1101 0 110010 1001001 1010001 10011 111001 1100

Color Harmonies of #30180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30180D

Black with #30180D

Text Example


Text Example

White with #30180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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