Html Css Color HEX #280602 Seal Brown

📋 copy color: '#280602'

red 40 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #280602

Tints of Seal Brown #280602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.5%

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

R = 83.33%
G = 12.5%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#280602 (or 0x280602) is known color: Seal Brown. HEX triplet: 28, 06 and 02. RGB value is (40,6,2). Sum of RGB (Red+Green+Blue) = 40+6+2=48 (6% of max value = 765). Red value is 40 (16.02% from 255 or 83.33% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 40 - color contains mainly: red. Hex color #280602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280602 is #D7F9FD. Grayscale: #0F0F0F. Windows color (decimal): -14154238 or 132648. OLE color: 132648.

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

Color convert

RGB 40 6 2 -
CMYK 0 0.85 0.95 0.84
HSL 6.32º 0.9% 0.08% -
HSV(B) 6.32º 0.95% 0.16% -
XYZ 0.95 0.59 0.12 -
YUV 15.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 40 6 2 0 0.85 0.95 0.84 6.32 0.9 0.08
Hex 28 6 2 0 55 5F 54 6 5A 8
Octal 50 6 2 0 125 137 124 6 132 10
Binary 101000 110 10 0 1010101 1011111 1010100 110 1011010 1000

Color Harmonies of #280602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280602

Black with #280602

Text Example


Text Example

White with #280602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280602; }

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

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

background-color css

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

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

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

border-color css

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

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

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