Html Css Color HEX #28120F Seal Brown

📋 copy color: '#28120F'

red 40 ◦ green 18 ◦ blue 15

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

Shades of Seal Brown #28120F

Tints of Seal Brown #28120F

RGB

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

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

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

R = 54.79%
G = 24.66%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#28120F (or 0x28120F) is known color: Seal Brown. HEX triplet: 28, 12 and 0F. RGB value is (40,18,15). Sum of RGB (Red+Green+Blue) = 40+18+15=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28120F is #D7EDF0. Grayscale: #181818. Windows color (decimal): -14151153 or 987688. OLE color: 987688.

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

Color convert

RGB 40 18 15 -
CMYK 0 0.55 0.62 0.84
HSL 7.2º 0.45% 0.11% -
HSV(B) 7.2º 0.63% 0.16% -
XYZ 1.18 0.92 0.57 -
YUV 24.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 40 18 15 0 0.55 0.62 0.84 7.2 0.45 0.11
Hex 28 12 F 0 37 3E 54 7 2D B
Octal 50 22 17 0 67 76 124 7 55 13
Binary 101000 10010 1111 0 110111 111110 1010100 111 101101 1011

Color Harmonies of #28120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28120F

Black with #28120F

Text Example


Text Example

White with #28120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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