Html Css Color HEX #280C07 Seal Brown

📋 copy color: '#280C07'

red 40 ◦ green 12 ◦ blue 7

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

Shades of Seal Brown #280C07

Tints of Seal Brown #280C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20.34%

 BLUE value IS 7 (3.13% from 255) = 11.86%

R = 67.8%
G = 20.34%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.84

RGB Variations

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

Color information

#280C07 (or 0x280C07) is known color: Seal Brown. HEX triplet: 28, 0C and 07. RGB value is (40,12,7). Sum of RGB (Red+Green+Blue) = 40+12+7=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #280C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C07 is #D7F3F8. Grayscale: #131313. Windows color (decimal): -14152697 or 461864. OLE color: 461864.

HSL color Cylindrical-coordinate representation of color #280C07: hue angle of 9.09º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280C07 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 12 7 -
CMYK 0 0.70 0.83 0.84
HSL 9.09º 0.7% 0.09% -
HSV(B) 9.09º 0.83% 0.16% -
XYZ 1.04 0.73 0.29 -
YUV 19.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 40 12 7 0 0.70 0.83 0.84 9.09 0.7 0.09
Hex 28 C 7 0 46 53 54 9 46 9
Octal 50 14 7 0 106 123 124 11 106 11
Binary 101000 1100 111 0 1000110 1010011 1010100 1001 1000110 1001

Color Harmonies of #280C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C07

Black with #280C07

Text Example


Text Example

White with #280C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,12,7); }

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

background-color css

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

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

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

border-color css

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

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

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