Html Css Color HEX #280F05 Seal Brown

📋 copy color: '#280F05'

red 40 ◦ green 15 ◦ blue 5

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

Shades of Seal Brown #280F05

Tints of Seal Brown #280F05

RGB

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

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

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

R = 66.67%
G = 25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#280F05 (or 0x280F05) is known color: Seal Brown. HEX triplet: 28, 0F and 05. RGB value is (40,15,5). Sum of RGB (Red+Green+Blue) = 40+15+5=60 (7% of max value = 765). Red value is 40 (16.02% from 255 or 66.67% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 40 - color contains mainly: red. Hex color #280F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F05 is #D7F0FA. Grayscale: #151515. Windows color (decimal): -14151931 or 331560. OLE color: 331560.

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

Color convert

RGB 40 15 5 -
CMYK 0 0.62 0.88 0.84
HSL 17.14º 0.78% 0.09% -
HSV(B) 17.14º 0.88% 0.16% -
XYZ 1.07 0.8 0.24 -
YUV 21.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 40 15 5 0 0.62 0.88 0.84 17.14 0.78 0.09
Hex 28 F 5 0 3E 58 54 11 4E 9
Octal 50 17 5 0 76 130 124 21 116 11
Binary 101000 1111 101 0 111110 1011000 1010100 10001 1001110 1001

Color Harmonies of #280F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F05

Black with #280F05

Text Example


Text Example

White with #280F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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