Html Css Color HEX #48140F Seal Brown

📋 copy color: '#48140F'

red 72 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #48140F

Tints of Seal Brown #48140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

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

R = 67.29%
G = 18.69%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48140F (or 0x48140F) is known color: Seal Brown. HEX triplet: 48, 14 and 0F. RGB value is (72,20,15). Sum of RGB (Red+Green+Blue) = 72+20+15=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48140F is #B7EBF0. Grayscale: #232323. Windows color (decimal): -12053489 or 988232. OLE color: 988232.

HSL color Cylindrical-coordinate representation of color #48140F: hue angle of 5.26º 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 #48140F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 20 15 -
CMYK 0 0.72 0.79 0.72
HSL 5.26º 0.66% 0.17% -
HSV(B) 5.26º 0.79% 0.28% -
XYZ 3.01 1.91 0.66 -
YUV 34.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 72 20 15 0 0.72 0.79 0.72 5.26 0.66 0.17
Hex 48 14 F 0 48 4F 48 5 42 11
Octal 110 24 17 0 110 117 110 5 102 21
Binary 1001000 10100 1111 0 1001000 1001111 1001000 101 1000010 10001

Color Harmonies of #48140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48140F

Black with #48140F

Text Example


Text Example

White with #48140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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