Html Css Color HEX #280E04 Seal Brown

📋 copy color: '#280E04'

red 40 ◦ green 14 ◦ blue 4

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

Shades of Seal Brown #280E04

Tints of Seal Brown #280E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 24.14%

 BLUE value IS 4 (1.95% from 255) = 6.9%

R = 68.97%
G = 24.14%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#280E04 (or 0x280E04) is known color: Seal Brown. HEX triplet: 28, 0E and 04. RGB value is (40,14,4). Sum of RGB (Red+Green+Blue) = 40+14+4=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E04 is #D7F1FB. Grayscale: #141414. Windows color (decimal): -14152188 or 265768. OLE color: 265768.

HSL color Cylindrical-coordinate representation of color #280E04: hue angle of 16.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280E04 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 14 4 -
CMYK 0 0.65 0.90 0.84
HSL 16.67º 0.82% 0.09% -
HSV(B) 16.67º 0.9% 0.16% -
XYZ 1.05 0.77 0.21 -
YUV 20.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 40 14 4 0 0.65 0.90 0.84 16.67 0.82 0.09
Hex 28 E 4 0 41 5A 54 11 52 9
Octal 50 16 4 0 101 132 124 21 122 11
Binary 101000 1110 100 0 1000001 1011010 1010100 10001 1010010 1001

Color Harmonies of #280E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E04

Black with #280E04

Text Example


Text Example

White with #280E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280E04; }

 p { color: rgb(40,14,4); }

 H1.HeaderClassName
 {
   color: #280E04;
 }
 .AnyTagClassName
 {
   color: #280E04;
 }
</style>

background-color css

<style>
 a { background-color: #280E04; }

 a { background-color: rgb(40,14,4); }

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

border-color css

<style>
 span { border-color: #280E04; }

 span { border-color: rgb(40,14,4); }

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