Html Css Color HEX #28130E Seal Brown

📋 copy color: '#28130E'

red 40 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #28130E

Tints of Seal Brown #28130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 19.18%

R = 54.79%
G = 26.03%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.84

RGB Variations

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

Color information

#28130E (or 0x28130E) is known color: Seal Brown. HEX triplet: 28, 13 and 0E. RGB value is (40,19,14). Sum of RGB (Red+Green+Blue) = 40+19+14=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28130E is #D7ECF1. Grayscale: #181818. Windows color (decimal): -14150898 or 922408. OLE color: 922408.

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

Color convert

RGB 40 19 14 -
CMYK 0 0.52 0.65 0.84
HSL 11.54º 0.48% 0.11% -
HSV(B) 11.54º 0.65% 0.16% -
XYZ 1.19 0.95 0.54 -
YUV 24.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 40 19 14 0 0.52 0.65 0.84 11.54 0.48 0.11
Hex 28 13 E 0 34 41 54 C 30 B
Octal 50 23 16 0 64 101 124 14 60 13
Binary 101000 10011 1110 0 110100 1000001 1010100 1100 110000 1011

Color Harmonies of #28130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28130E

Black with #28130E

Text Example


Text Example

White with #28130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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