Html Css Color HEX #30150F Seal Brown

📋 copy color: '#30150F'

red 48 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #30150F

Tints of Seal Brown #30150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 57.14%
G = 25%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30150F (or 0x30150F) is known color: Seal Brown. HEX triplet: 30, 15 and 0F. RGB value is (48,21,15). Sum of RGB (Red+Green+Blue) = 48+21+15=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #30150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150F is #CFEAF0. Grayscale: #1C1C1C. Windows color (decimal): -13626097 or 988464. OLE color: 988464.

HSL color Cylindrical-coordinate representation of color #30150F: hue angle of 10.91º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30150F is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 15 -
CMYK 0 0.56 0.69 0.81
HSL 10.91º 0.52% 0.12% -
HSV(B) 10.91º 0.69% 0.19% -
XYZ 1.57 1.2 0.6 -
YUV 28.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 48 21 15 0 0.56 0.69 0.81 10.91 0.52 0.12
Hex 30 15 F 0 38 45 51 B 34 C
Octal 60 25 17 0 70 105 121 13 64 14
Binary 110000 10101 1111 0 111000 1000101 1010001 1011 110100 1100

Color Harmonies of #30150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30150F

Black with #30150F

Text Example


Text Example

White with #30150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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