Html Css Color HEX #280C02 Seal Brown

📋 copy color: '#280C02'

red 40 ◦ green 12 ◦ blue 2

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

Shades of Seal Brown #280C02

Tints of Seal Brown #280C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.7%

R = 74.07%
G = 22.22%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#280C02 (or 0x280C02) is known color: Seal Brown. HEX triplet: 28, 0C and 02. RGB value is (40,12,2). Sum of RGB (Red+Green+Blue) = 40+12+2=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C02 is #D7F3FD. Grayscale: #131313. Windows color (decimal): -14152702 or 134184. OLE color: 134184.

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

Color convert

RGB 40 12 2 -
CMYK 0 0.70 0.95 0.84
HSL 15.79º 0.9% 0.08% -
HSV(B) 15.79º 0.95% 0.16% -
XYZ 1.02 0.72 0.14 -
YUV 19.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 40 12 2 0 0.70 0.95 0.84 15.79 0.9 0.08
Hex 28 C 2 0 46 5F 54 10 5A 8
Octal 50 14 2 0 106 137 124 20 132 10
Binary 101000 1100 10 0 1000110 1011111 1010100 10000 1011010 1000

Color Harmonies of #280C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C02

Black with #280C02

Text Example


Text Example

White with #280C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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