Html Css Color HEX #48150F Seal Brown

📋 copy color: '#48150F'

red 72 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #48150F

Tints of Seal Brown #48150F

RGB

 RED value IS 72 (28.52% from 255) = 66.67%

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

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

R = 66.67%
G = 19.44%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48150F (or 0x48150F) is known color: Seal Brown. HEX triplet: 48, 15 and 0F. RGB value is (72,21,15). Sum of RGB (Red+Green+Blue) = 72+21+15=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #48150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48150F is #B7EAF0. Grayscale: #232323. Windows color (decimal): -12053233 or 988488. OLE color: 988488.

HSL color Cylindrical-coordinate representation of color #48150F: hue angle of 6.32º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48150F is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 15 -
CMYK 0 0.71 0.79 0.72
HSL 6.32º 0.66% 0.17% -
HSV(B) 6.32º 0.79% 0.28% -
XYZ 3.03 1.95 0.67 -
YUV 35.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 72 21 15 0 0.71 0.79 0.72 6.32 0.66 0.17
Hex 48 15 F 0 47 4F 48 6 42 11
Octal 110 25 17 0 107 117 110 6 102 21
Binary 1001000 10101 1111 0 1000111 1001111 1001000 110 1000010 10001

Color Harmonies of #48150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48150F

Black with #48150F

Text Example


Text Example

White with #48150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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