Html Css Color HEX #28130F Seal Brown

📋 copy color: '#28130F'

red 40 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #28130F

Tints of Seal Brown #28130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

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

R = 54.05%
G = 25.68%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#28130F (or 0x28130F) is known color: Seal Brown. HEX triplet: 28, 13 and 0F. RGB value is (40,19,15). Sum of RGB (Red+Green+Blue) = 40+19+15=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #28130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28130F is #D7ECF0. Grayscale: #181818. Windows color (decimal): -14150897 or 987944. OLE color: 987944.

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

Color convert

RGB 40 19 15 -
CMYK 0 0.52 0.62 0.84
HSL 9.6º 0.45% 0.11% -
HSV(B) 9.6º 0.63% 0.16% -
XYZ 1.19 0.95 0.57 -
YUV 24.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 40 19 15 0 0.52 0.62 0.84 9.6 0.45 0.11
Hex 28 13 F 0 34 3E 54 A 2D B
Octal 50 23 17 0 64 76 124 12 55 13
Binary 101000 10011 1111 0 110100 111110 1010100 1010 101101 1011

Color Harmonies of #28130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28130F

Black with #28130F

Text Example


Text Example

White with #28130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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