Html Css Color HEX #30130A Seal Brown

📋 copy color: '#30130A'

red 48 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #30130A

Tints of Seal Brown #30130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.68%

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

R = 62.34%
G = 24.68%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30130A (or 0x30130A) is known color: Seal Brown. HEX triplet: 30, 13 and 0A. RGB value is (48,19,10). Sum of RGB (Red+Green+Blue) = 48+19+10=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #30130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30130A is #CFECF5. Grayscale: #1A1A1A. Windows color (decimal): -13626614 or 660272. OLE color: 660272.

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

Color convert

RGB 48 19 10 -
CMYK 0 0.60 0.79 0.81
HSL 14.21º 0.66% 0.11% -
HSV(B) 14.21º 0.79% 0.19% -
XYZ 1.51 1.12 0.42 -
YUV 26.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 48 19 10 0 0.60 0.79 0.81 14.21 0.66 0.11
Hex 30 13 A 0 3C 4F 51 E 42 B
Octal 60 23 12 0 74 117 121 16 102 13
Binary 110000 10011 1010 0 111100 1001111 1010001 1110 1000010 1011

Color Harmonies of #30130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30130A

Black with #30130A

Text Example


Text Example

White with #30130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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