Html Css Color HEX #280C03 Seal Brown

📋 copy color: '#280C03'

red 40 ◦ green 12 ◦ blue 3

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

Shades of Seal Brown #280C03

Tints of Seal Brown #280C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.45%

R = 72.73%
G = 21.82%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.84

RGB Variations

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

Color information

#280C03 (or 0x280C03) is known color: Seal Brown. HEX triplet: 28, 0C and 03. RGB value is (40,12,3). Sum of RGB (Red+Green+Blue) = 40+12+3=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #280C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C03 is #D7F3FC. Grayscale: #131313. Windows color (decimal): -14152701 or 199720. OLE color: 199720.

HSL color Cylindrical-coordinate representation of color #280C03: hue angle of 14.59º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280C03 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 12 3 -
CMYK 0 0.70 0.93 0.84
HSL 14.59º 0.86% 0.08% -
HSV(B) 14.59º 0.93% 0.16% -
XYZ 1.02 0.72 0.17 -
YUV 19.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 40 12 3 0 0.70 0.93 0.84 14.59 0.86 0.08
Hex 28 C 3 0 46 5D 54 F 56 8
Octal 50 14 3 0 106 135 124 17 126 10
Binary 101000 1100 11 0 1000110 1011101 1010100 1111 1010110 1000

Color Harmonies of #280C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C03

Black with #280C03

Text Example


Text Example

White with #280C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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