Html Css Color HEX #28120D Seal Brown

📋 copy color: '#28120D'

red 40 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #28120D

Tints of Seal Brown #28120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.31%

R = 56.34%
G = 25.35%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#28120D (or 0x28120D) is known color: Seal Brown. HEX triplet: 28, 12 and 0D. RGB value is (40,18,13). Sum of RGB (Red+Green+Blue) = 40+18+13=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #28120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28120D is #D7EDF2. Grayscale: #181818. Windows color (decimal): -14151155 or 856616. OLE color: 856616.

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

Color convert

RGB 40 18 13 -
CMYK 0 0.55 0.67 0.84
HSL 11.11º 0.51% 0.1% -
HSV(B) 11.11º 0.68% 0.16% -
XYZ 1.16 0.91 0.5 -
YUV 24.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 40 18 13 0 0.55 0.67 0.84 11.11 0.51 0.1
Hex 28 12 D 0 37 43 54 B 33 A
Octal 50 22 15 0 67 103 124 13 63 12
Binary 101000 10010 1101 0 110111 1000011 1010100 1011 110011 1010

Color Harmonies of #28120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28120D

Black with #28120D

Text Example


Text Example

White with #28120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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