Html Css Color HEX #28120A Seal Brown

📋 copy color: '#28120A'

red 40 ◦ green 18 ◦ blue 10

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

Shades of Seal Brown #28120A

Tints of Seal Brown #28120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 14.71%

R = 58.82%
G = 26.47%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#28120A (or 0x28120A) is known color: Seal Brown. HEX triplet: 28, 12 and 0A. RGB value is (40,18,10). Sum of RGB (Red+Green+Blue) = 40+18+10=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #28120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28120A is #D7EDF5. Grayscale: #171717. Windows color (decimal): -14151158 or 660008. OLE color: 660008.

HSL color Cylindrical-coordinate representation of color #28120A: hue angle of 16º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28120A is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 18 10 -
CMYK 0 0.55 0.75 0.84
HSL 16º 0.6% 0.1% -
HSV(B) 16º 0.75% 0.16% -
XYZ 1.15 0.91 0.4 -
YUV 23.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 40 18 10 0 0.55 0.75 0.84 16 0.6 0.1
Hex 28 12 A 0 37 4B 54 10 3C A
Octal 50 22 12 0 67 113 124 20 74 12
Binary 101000 10010 1010 0 110111 1001011 1010100 10000 111100 1010

Color Harmonies of #28120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28120A

Black with #28120A

Text Example


Text Example

White with #28120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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