Html Css Color HEX #28140D Seal Brown

📋 copy color: '#28140D'

red 40 ◦ green 20 ◦ blue 13

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

Shades of Seal Brown #28140D

Tints of Seal Brown #28140D

RGB

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

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

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

R = 54.79%
G = 27.4%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#28140D (or 0x28140D) is known color: Seal Brown. HEX triplet: 28, 14 and 0D. RGB value is (40,20,13). Sum of RGB (Red+Green+Blue) = 40+20+13=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #28140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28140D is #D7EBF2. Grayscale: #191919. Windows color (decimal): -14150643 or 857128. OLE color: 857128.

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

Color convert

RGB 40 20 13 -
CMYK 0 0.5 0.67 0.84
HSL 15.56º 0.51% 0.1% -
HSV(B) 15.56º 0.68% 0.16% -
XYZ 1.2 0.98 0.51 -
YUV 25.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 40 20 13 0 0.5 0.67 0.84 15.56 0.51 0.1
Hex 28 14 D 0 32 43 54 10 33 A
Octal 50 24 15 0 62 103 124 20 63 12
Binary 101000 10100 1101 0 110010 1000011 1010100 10000 110011 1010

Color Harmonies of #28140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28140D

Black with #28140D

Text Example


Text Example

White with #28140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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