Html Css Color HEX #28140C Seal Brown

📋 copy color: '#28140C'

red 40 ◦ green 20 ◦ blue 12

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

Shades of Seal Brown #28140C

Tints of Seal Brown #28140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 16.67%

R = 55.56%
G = 27.78%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#28140C (or 0x28140C) is known color: Seal Brown. HEX triplet: 28, 14 and 0C. RGB value is (40,20,12). Sum of RGB (Red+Green+Blue) = 40+20+12=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28140C is #D7EBF3. Grayscale: #191919. Windows color (decimal): -14150644 or 791592. OLE color: 791592.

HSL color Cylindrical-coordinate representation of color #28140C: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28140C is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 20 12 -
CMYK 0 0.5 0.70 0.84
HSL 17.14º 0.54% 0.1% -
HSV(B) 17.14º 0.7% 0.16% -
XYZ 1.19 0.98 0.47 -
YUV 25.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 40 20 12 0 0.5 0.70 0.84 17.14 0.54 0.1
Hex 28 14 C 0 32 46 54 11 36 A
Octal 50 24 14 0 62 106 124 21 66 12
Binary 101000 10100 1100 0 110010 1000110 1010100 10001 110110 1010

Color Harmonies of #28140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28140C

Black with #28140C

Text Example


Text Example

White with #28140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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