Html Css Color HEX #30180A Brown Pod

📋 copy color: '#30180A'

red 48 ◦ green 24 ◦ blue 10

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

Shades of Brown Pod #30180A

Tints of Brown Pod #30180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.2%

R = 58.54%
G = 29.27%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30180A (or 0x30180A) is known color: Brown Pod. HEX triplet: 30, 18 and 0A. RGB value is (48,24,10). Sum of RGB (Red+Green+Blue) = 48+24+10=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30180A is #CFE7F5. Grayscale: #1D1D1D. Windows color (decimal): -13625334 or 661552. OLE color: 661552.

HSL color Cylindrical-coordinate representation of color #30180A: hue angle of 22.11º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30180A is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 24 10 -
CMYK 0 0.5 0.79 0.81
HSL 22.11º 0.66% 0.11% -
HSV(B) 22.11º 0.79% 0.19% -
XYZ 1.6 1.3 0.45 -
YUV 29.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 48 24 10 0 0.5 0.79 0.81 22.11 0.66 0.11
Hex 30 18 A 0 32 4F 51 16 42 B
Octal 60 30 12 0 62 117 121 26 102 13
Binary 110000 11000 1010 0 110010 1001111 1010001 10110 1000010 1011

Color Harmonies of #30180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30180A

Black with #30180A

Text Example


Text Example

White with #30180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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