Html Css Color HEX #28110F Seal Brown

📋 copy color: '#28110F'

red 40 ◦ green 17 ◦ blue 15

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

Shades of Seal Brown #28110F

Tints of Seal Brown #28110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.61%

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

R = 55.56%
G = 23.61%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#28110F (or 0x28110F) is known color: Seal Brown. HEX triplet: 28, 11 and 0F. RGB value is (40,17,15). Sum of RGB (Red+Green+Blue) = 40+17+15=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28110F is #D7EEF0. Grayscale: #171717. Windows color (decimal): -14151409 or 987432. OLE color: 987432.

HSL color Cylindrical-coordinate representation of color #28110F: hue angle of 4.8º 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 #28110F is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 17 15 -
CMYK 0 0.57 0.62 0.84
HSL 4.8º 0.45% 0.11% -
HSV(B) 4.8º 0.63% 0.16% -
XYZ 1.16 0.89 0.56 -
YUV 23.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 40 17 15 0 0.57 0.62 0.84 4.8 0.45 0.11
Hex 28 11 F 0 39 3E 54 5 2D B
Octal 50 21 17 0 71 76 124 5 55 13
Binary 101000 10001 1111 0 111001 111110 1010100 101 101101 1011

Color Harmonies of #28110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28110F

Black with #28110F

Text Example


Text Example

White with #28110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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