Html Css Color HEX #30130D Seal Brown

📋 copy color: '#30130D'

red 48 ◦ green 19 ◦ blue 13

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

Shades of Seal Brown #30130D

Tints of Seal Brown #30130D

RGB

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

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

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

R = 60%
G = 23.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30130D (or 0x30130D) is known color: Seal Brown. HEX triplet: 30, 13 and 0D. RGB value is (48,19,13). Sum of RGB (Red+Green+Blue) = 48+19+13=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30130D is #CFECF2. Grayscale: #1B1B1B. Windows color (decimal): -13626611 or 856880. OLE color: 856880.

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

Color convert

RGB 48 19 13 -
CMYK 0 0.60 0.73 0.81
HSL 10.29º 0.57% 0.12% -
HSV(B) 10.29º 0.73% 0.19% -
XYZ 1.52 1.12 0.52 -
YUV 26.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 48 19 13 0 0.60 0.73 0.81 10.29 0.57 0.12
Hex 30 13 D 0 3C 49 51 A 39 C
Octal 60 23 15 0 74 111 121 12 71 14
Binary 110000 10011 1101 0 111100 1001001 1010001 1010 111001 1100

Color Harmonies of #30130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30130D

Black with #30130D

Text Example


Text Example

White with #30130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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