Html Css Color HEX #280B00 Seal Brown

📋 copy color: '#280B00'

red 40 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #280B00

Tints of Seal Brown #280B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.43%
G = 21.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#280B00 (or 0x280B00) is known color: Seal Brown. HEX triplet: 28, 0B and 00. RGB value is (40,11,0). Sum of RGB (Red+Green+Blue) = 40+11+0=51 (6% of max value = 765). Red value is 40 (16.02% from 255 or 78.43% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 40 - color contains mainly: red. Hex color #280B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B00 is #D7F4FF. Grayscale: #121212. Windows color (decimal): -14152960 or 2856. OLE color: 2856.

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

Color convert

RGB 40 11 0 -
CMYK 0 0.72 1 0.84
HSL 16.5º 1% 0.08% -
HSV(B) 16.5º 1% 0.16% -
XYZ 0.99 0.69 0.08 -
YUV 18.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 40 11 0 0 0.72 1 0.84 16.5 1 0.08
Hex 28 B 0 0 48 64 54 10 64 8
Octal 50 13 0 0 110 144 124 20 144 10
Binary 101000 1011 0 0 1001000 1100100 1010100 10000 1100100 1000

Color Harmonies of #280B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B00

Black with #280B00

Text Example


Text Example

White with #280B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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