Html Css Color HEX #30160C Brown Pod

📋 copy color: '#30160C'

red 48 ◦ green 22 ◦ blue 12

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

Shades of Brown Pod #30160C

Tints of Brown Pod #30160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.83%

 BLUE value IS 12 (5.08% from 255) = 14.63%

R = 58.54%
G = 26.83%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30160C (or 0x30160C) is known color: Brown Pod. HEX triplet: 30, 16 and 0C. RGB value is (48,22,12). Sum of RGB (Red+Green+Blue) = 48+22+12=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30160C is #CFE9F3. Grayscale: #1C1C1C. Windows color (decimal): -13625844 or 792112. OLE color: 792112.

HSL color Cylindrical-coordinate representation of color #30160C: hue angle of 16.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30160C is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 22 12 -
CMYK 0 0.54 0.75 0.81
HSL 16.67º 0.6% 0.12% -
HSV(B) 16.67º 0.75% 0.19% -
XYZ 1.57 1.23 0.5 -
YUV 28.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 48 22 12 0 0.54 0.75 0.81 16.67 0.6 0.12
Hex 30 16 C 0 36 4B 51 11 3C C
Octal 60 26 14 0 66 113 121 21 74 14
Binary 110000 10110 1100 0 110110 1001011 1010001 10001 111100 1100

Color Harmonies of #30160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30160C

Black with #30160C

Text Example


Text Example

White with #30160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30160C; }

 p { color: rgb(48,22,12); }

 H1.HeaderClassName
 {
   color: #30160C;
 }
 .AnyTagClassName
 {
   color: #30160C;
 }
</style>

background-color css

<style>
 a { background-color: #30160C; }

 a { background-color: rgb(48,22,12); }

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

border-color css

<style>
 span { border-color: #30160C; }

 span { border-color: rgb(48,22,12); }

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