Html Css Color HEX #280905 Seal Brown

📋 copy color: '#280905'

red 40 ◦ green 9 ◦ blue 5

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

Shades of Seal Brown #280905

Tints of Seal Brown #280905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.67%

 BLUE value IS 5 (2.34% from 255) = 9.26%

R = 74.07%
G = 16.67%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#280905 (or 0x280905) is known color: Seal Brown. HEX triplet: 28, 09 and 05. RGB value is (40,9,5). Sum of RGB (Red+Green+Blue) = 40+9+5=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280905 is #D7F6FA. Grayscale: #111111. Windows color (decimal): -14153467 or 330024. OLE color: 330024.

HSL color Cylindrical-coordinate representation of color #280905: hue angle of 6.86º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280905 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 9 5 -
CMYK 0 0.78 0.88 0.84
HSL 6.86º 0.78% 0.09% -
HSV(B) 6.86º 0.88% 0.16% -
XYZ 1 0.66 0.22 -
YUV 17.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 40 9 5 0 0.78 0.88 0.84 6.86 0.78 0.09
Hex 28 9 5 0 4E 58 54 7 4E 9
Octal 50 11 5 0 116 130 124 7 116 11
Binary 101000 1001 101 0 1001110 1011000 1010100 111 1001110 1001

Color Harmonies of #280905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280905

Black with #280905

Text Example


Text Example

White with #280905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280905; }

 p { color: rgb(40,9,5); }

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

background-color css

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

 a { background-color: rgb(40,9,5); }

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

border-color css

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

 span { border-color: rgb(40,9,5); }

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