Html Css Color HEX #400302 Seal Brown

📋 copy color: '#400302'

red 64 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #400302

Tints of Seal Brown #400302

RGB

 RED value IS 64 (25.39% from 255) = 92.75%

 GREEN value IS 3 (1.56% from 255) = 4.35%

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

R = 92.75%
G = 4.35%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#400302 (or 0x400302) is known color: Seal Brown. HEX triplet: 40, 03 and 02. RGB value is (64,3,2). Sum of RGB (Red+Green+Blue) = 64+3+2=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400302 is #BFFCFD. Grayscale: #151515. Windows color (decimal): -12582142 or 131904. OLE color: 131904.

HSL color Cylindrical-coordinate representation of color #400302: hue angle of 0.97º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400302 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 3 2 -
CMYK 0 0.95 0.97 0.75
HSL 0.97º 0.94% 0.13% -
HSV(B) 0.97º 0.97% 0.25% -
XYZ 2.16 1.16 0.17 -
YUV 21.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 64 3 2 0 0.95 0.97 0.75 0.97 0.94 0.13
Hex 40 3 2 0 5F 61 4B 1 5E D
Octal 100 3 2 0 137 141 113 1 136 15
Binary 1000000 11 10 0 1011111 1100001 1001011 1 1011110 1101

Color Harmonies of #400302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400302

Black with #400302

Text Example


Text Example

White with #400302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400302; }

 p { color: rgb(64,3,2); }

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

background-color css

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

 a { background-color: rgb(64,3,2); }

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

border-color css

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

 span { border-color: rgb(64,3,2); }

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