Html Css Color HEX #280D0D Seal Brown

📋 copy color: '#280D0D'

red 40 ◦ green 13 ◦ blue 13

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

Shades of Seal Brown #280D0D

Tints of Seal Brown #280D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 19.7%

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

R = 60.61%
G = 19.7%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#280D0D (or 0x280D0D) is known color: Seal Brown. HEX triplet: 28, 0D and 0D. RGB value is (40,13,13). Sum of RGB (Red+Green+Blue) = 40+13+13=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280D0D is #D7F2F2. Grayscale: #151515. Windows color (decimal): -14152435 or 855336. OLE color: 855336.

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

Color convert

RGB 40 13 13 -
CMYK 0 0.67 0.67 0.84
HSL 0.51% 0.1% -
HSV(B) 0.68% 0.16% -
XYZ 1.09 0.77 0.47 -
YUV 21.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 40 13 13 0 0.67 0.67 0.84 0 0.51 0.1
Hex 28 D D 0 43 43 54 0 33 A
Octal 50 15 15 0 103 103 124 0 63 12
Binary 101000 1101 1101 0 1000011 1000011 1010100 0 110011 1010

Color Harmonies of #280D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280D0D

Black with #280D0D

Text Example


Text Example

White with #280D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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