Html Css Color HEX #280F03 Seal Brown

📋 copy color: '#280F03'

red 40 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #280F03

Tints of Seal Brown #280F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.17%

R = 68.97%
G = 25.86%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.84

RGB Variations

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

Color information

#280F03 (or 0x280F03) is known color: Seal Brown. HEX triplet: 28, 0F and 03. RGB value is (40,15,3). Sum of RGB (Red+Green+Blue) = 40+15+3=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F03 is #D7F0FC. Grayscale: #151515. Windows color (decimal): -14151933 or 200488. OLE color: 200488.

HSL color Cylindrical-coordinate representation of color #280F03: hue angle of 19.46º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280F03 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 15 3 -
CMYK 0 0.62 0.93 0.84
HSL 19.46º 0.86% 0.08% -
HSV(B) 19.46º 0.93% 0.16% -
XYZ 1.06 0.8 0.18 -
YUV 21.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 40 15 3 0 0.62 0.93 0.84 19.46 0.86 0.08
Hex 28 F 3 0 3E 5D 54 13 56 8
Octal 50 17 3 0 76 135 124 23 126 10
Binary 101000 1111 11 0 111110 1011101 1010100 10011 1010110 1000

Color Harmonies of #280F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F03

Black with #280F03

Text Example


Text Example

White with #280F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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