Html Css Color HEX #280F0D Seal Brown

📋 copy color: '#280F0D'

red 40 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #280F0D

Tints of Seal Brown #280F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 19.12%

R = 58.82%
G = 22.06%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#280F0D (or 0x280F0D) is known color: Seal Brown. HEX triplet: 28, 0F and 0D. RGB value is (40,15,13). Sum of RGB (Red+Green+Blue) = 40+15+13=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #280F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F0D is #D7F0F2. Grayscale: #161616. Windows color (decimal): -14151923 or 855848. OLE color: 855848.

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

Color convert

RGB 40 15 13 -
CMYK 0 0.62 0.67 0.84
HSL 4.44º 0.51% 0.1% -
HSV(B) 4.44º 0.68% 0.16% -
XYZ 1.12 0.82 0.48 -
YUV 22.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 40 15 13 0 0.62 0.67 0.84 4.44 0.51 0.1
Hex 28 F D 0 3E 43 54 4 33 A
Octal 50 17 15 0 76 103 124 4 63 12
Binary 101000 1111 1101 0 111110 1000011 1010100 100 110011 1010

Color Harmonies of #280F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F0D

Black with #280F0D

Text Example


Text Example

White with #280F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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