Html Css Color HEX #28150F Seal Brown

📋 copy color: '#28150F'

red 40 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #28150F

Tints of Seal Brown #28150F

RGB

 RED value IS 40 (16.02% from 255) = 52.63%

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

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

R = 52.63%
G = 27.63%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#28150F (or 0x28150F) is known color: Seal Brown. HEX triplet: 28, 15 and 0F. RGB value is (40,21,15). Sum of RGB (Red+Green+Blue) = 40+21+15=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #28150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28150F is #D7EAF0. Grayscale: #1A1A1A. Windows color (decimal): -14150385 or 988456. OLE color: 988456.

HSL color Cylindrical-coordinate representation of color #28150F: hue angle of 14.4º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28150F is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 21 15 -
CMYK 0 0.48 0.62 0.84
HSL 14.4º 0.45% 0.11% -
HSV(B) 14.4º 0.63% 0.16% -
XYZ 1.23 1.02 0.58 -
YUV 26 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 40 21 15 0 0.48 0.62 0.84 14.4 0.45 0.11
Hex 28 15 F 0 30 3E 54 E 2D B
Octal 50 25 17 0 60 76 124 16 55 13
Binary 101000 10101 1111 0 110000 111110 1010100 1110 101101 1011

Color Harmonies of #28150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28150F

Black with #28150F

Text Example


Text Example

White with #28150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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