Html Css Color HEX #280C05 Seal Brown

📋 copy color: '#280C05'

red 40 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #280C05

Tints of Seal Brown #280C05

RGB

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

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

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

R = 70.18%
G = 21.05%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#280C05 (or 0x280C05) is known color: Seal Brown. HEX triplet: 28, 0C and 05. RGB value is (40,12,5). Sum of RGB (Red+Green+Blue) = 40+12+5=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #280C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C05 is #D7F3FA. Grayscale: #131313. Windows color (decimal): -14152699 or 330792. OLE color: 330792.

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

Color convert

RGB 40 12 5 -
CMYK 0 0.70 0.88 0.84
HSL 12º 0.78% 0.09% -
HSV(B) 12º 0.88% 0.16% -
XYZ 1.03 0.73 0.23 -
YUV 19.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 40 12 5 0 0.70 0.88 0.84 12 0.78 0.09
Hex 28 C 5 0 46 58 54 C 4E 9
Octal 50 14 5 0 106 130 124 14 116 11
Binary 101000 1100 101 0 1000110 1011000 1010100 1100 1001110 1001

Color Harmonies of #280C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C05

Black with #280C05

Text Example


Text Example

White with #280C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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