Html Css Color HEX #280F09 Seal Brown

📋 copy color: '#280F09'

red 40 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #280F09

Tints of Seal Brown #280F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 14.06%

R = 62.5%
G = 23.44%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#280F09 (or 0x280F09) is known color: Seal Brown. HEX triplet: 28, 0F and 09. RGB value is (40,15,9). Sum of RGB (Red+Green+Blue) = 40+15+9=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F09 is #D7F0F6. Grayscale: #151515. Windows color (decimal): -14151927 or 593704. OLE color: 593704.

HSL color Cylindrical-coordinate representation of color #280F09: hue angle of 11.61º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280F09 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 15 9 -
CMYK 0 0.62 0.78 0.84
HSL 11.61º 0.63% 0.1% -
HSV(B) 11.61º 0.78% 0.16% -
XYZ 1.1 0.81 0.36 -
YUV 21.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 40 15 9 0 0.62 0.78 0.84 11.61 0.63 0.1
Hex 28 F 9 0 3E 4E 54 C 3F A
Octal 50 17 11 0 76 116 124 14 77 12
Binary 101000 1111 1001 0 111110 1001110 1010100 1100 111111 1010

Color Harmonies of #280F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F09

Black with #280F09

Text Example


Text Example

White with #280F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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