Html Css Color HEX #280B03 Seal Brown

📋 copy color: '#280B03'

red 40 ◦ green 11 ◦ blue 3

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

Shades of Seal Brown #280B03

Tints of Seal Brown #280B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.37%

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

R = 74.07%
G = 20.37%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.84

RGB Variations

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

Color information

#280B03 (or 0x280B03) is known color: Seal Brown. HEX triplet: 28, 0B and 03. RGB value is (40,11,3). Sum of RGB (Red+Green+Blue) = 40+11+3=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B03 is #D7F4FC. Grayscale: #121212. Windows color (decimal): -14152957 or 199464. OLE color: 199464.

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

Color convert

RGB 40 11 3 -
CMYK 0 0.72 0.93 0.84
HSL 12.97º 0.86% 0.08% -
HSV(B) 12.97º 0.93% 0.16% -
XYZ 1.01 0.7 0.17 -
YUV 18.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 40 11 3 0 0.72 0.93 0.84 12.97 0.86 0.08
Hex 28 B 3 0 48 5D 54 D 56 8
Octal 50 13 3 0 110 135 124 15 126 10
Binary 101000 1011 11 0 1001000 1011101 1010100 1101 1010110 1000

Color Harmonies of #280B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B03

Black with #280B03

Text Example


Text Example

White with #280B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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