Html Css Color HEX #30150A Brown Pod

📋 copy color: '#30150A'

red 48 ◦ green 21 ◦ blue 10

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

Shades of Brown Pod #30150A

Tints of Brown Pod #30150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.58%

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

R = 60.76%
G = 26.58%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30150A (or 0x30150A) is known color: Brown Pod. HEX triplet: 30, 15 and 0A. RGB value is (48,21,10). Sum of RGB (Red+Green+Blue) = 48+21+10=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150A is #CFEAF5. Grayscale: #1B1B1B. Windows color (decimal): -13626102 or 660784. OLE color: 660784.

HSL color Cylindrical-coordinate representation of color #30150A: hue angle of 17.37º 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 #30150A is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 10 -
CMYK 0 0.56 0.79 0.81
HSL 17.37º 0.66% 0.11% -
HSV(B) 17.37º 0.79% 0.19% -
XYZ 1.54 1.19 0.43 -
YUV 27.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 48 21 10 0 0.56 0.79 0.81 17.37 0.66 0.11
Hex 30 15 A 0 38 4F 51 11 42 B
Octal 60 25 12 0 70 117 121 21 102 13
Binary 110000 10101 1010 0 111000 1001111 1010001 10001 1000010 1011

Color Harmonies of #30150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30150A

Black with #30150A

Text Example


Text Example

White with #30150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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