Html Css Color HEX #280A04 Seal Brown

📋 copy color: '#280A04'

red 40 ◦ green 10 ◦ blue 4

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

Shades of Seal Brown #280A04

Tints of Seal Brown #280A04

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.52%

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

R = 74.07%
G = 18.52%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#280A04 (or 0x280A04) is known color: Seal Brown. HEX triplet: 28, 0A and 04. RGB value is (40,10,4). Sum of RGB (Red+Green+Blue) = 40+10+4=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A04 is #D7F5FB. Grayscale: #121212. Windows color (decimal): -14153212 or 264744. OLE color: 264744.

HSL color Cylindrical-coordinate representation of color #280A04: hue angle of 10º 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 #280A04 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 10 4 -
CMYK 0 0.75 0.90 0.84
HSL 10º 0.82% 0.09% -
HSV(B) 10º 0.9% 0.16% -
XYZ 1.01 0.68 0.19 -
YUV 18.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 40 10 4 0 0.75 0.90 0.84 10 0.82 0.09
Hex 28 A 4 0 4B 5A 54 A 52 9
Octal 50 12 4 0 113 132 124 12 122 11
Binary 101000 1010 100 0 1001011 1011010 1010100 1010 1010010 1001

Color Harmonies of #280A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280A04

Black with #280A04

Text Example


Text Example

White with #280A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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