Html Css Color HEX #28120E Seal Brown

📋 copy color: '#28120E'

red 40 ◦ green 18 ◦ blue 14

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

Shades of Seal Brown #28120E

Tints of Seal Brown #28120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25%

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

R = 55.56%
G = 25%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.84

RGB Variations

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

Color information

#28120E (or 0x28120E) is known color: Seal Brown. HEX triplet: 28, 12 and 0E. RGB value is (40,18,14). Sum of RGB (Red+Green+Blue) = 40+18+14=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28120E is #D7EDF1. Grayscale: #181818. Windows color (decimal): -14151154 or 922152. OLE color: 922152.

HSL color Cylindrical-coordinate representation of color #28120E: hue angle of 9.23º 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 #28120E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 18 14 -
CMYK 0 0.55 0.65 0.84
HSL 9.23º 0.48% 0.11% -
HSV(B) 9.23º 0.65% 0.16% -
XYZ 1.17 0.92 0.53 -
YUV 24.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 40 18 14 0 0.55 0.65 0.84 9.23 0.48 0.11
Hex 28 12 E 0 37 41 54 9 30 B
Octal 50 22 16 0 67 101 124 11 60 13
Binary 101000 10010 1110 0 110111 1000001 1010100 1001 110000 1011

Color Harmonies of #28120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28120E

Black with #28120E

Text Example


Text Example

White with #28120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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