Html Css Color HEX #28140F Seal Brown

📋 copy color: '#28140F'

red 40 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #28140F

Tints of Seal Brown #28140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.67%

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

R = 53.33%
G = 26.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#28140F (or 0x28140F) is known color: Seal Brown. HEX triplet: 28, 14 and 0F. RGB value is (40,20,15). Sum of RGB (Red+Green+Blue) = 40+20+15=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #28140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28140F is #D7EBF0. Grayscale: #191919. Windows color (decimal): -14150641 or 988200. OLE color: 988200.

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

Color convert

RGB 40 20 15 -
CMYK 0 0.5 0.62 0.84
HSL 12º 0.45% 0.11% -
HSV(B) 12º 0.63% 0.16% -
XYZ 1.21 0.99 0.58 -
YUV 25.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 40 20 15 0 0.5 0.62 0.84 12 0.45 0.11
Hex 28 14 F 0 32 3E 54 C 2D B
Octal 50 24 17 0 62 76 124 14 55 13
Binary 101000 10100 1111 0 110010 111110 1010100 1100 101101 1011

Color Harmonies of #28140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28140F

Black with #28140F

Text Example


Text Example

White with #28140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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