Html Css Color HEX #280F04 Seal Brown

📋 copy color: '#280F04'

red 40 ◦ green 15 ◦ blue 4

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

Shades of Seal Brown #280F04

Tints of Seal Brown #280F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25.42%

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

R = 67.8%
G = 25.42%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#280F04 (or 0x280F04) is known color: Seal Brown. HEX triplet: 28, 0F and 04. RGB value is (40,15,4). Sum of RGB (Red+Green+Blue) = 40+15+4=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F04 is #D7F0FB. Grayscale: #151515. Windows color (decimal): -14151932 or 266024. OLE color: 266024.

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

Color convert

RGB 40 15 4 -
CMYK 0 0.62 0.90 0.84
HSL 18.33º 0.82% 0.09% -
HSV(B) 18.33º 0.9% 0.16% -
XYZ 1.07 0.8 0.21 -
YUV 21.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 40 15 4 0 0.62 0.90 0.84 18.33 0.82 0.09
Hex 28 F 4 0 3E 5A 54 12 52 9
Octal 50 17 4 0 76 132 124 22 122 11
Binary 101000 1111 100 0 111110 1011010 1010100 10010 1010010 1001

Color Harmonies of #280F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F04

Black with #280F04

Text Example


Text Example

White with #280F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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