Html Css Color HEX #400C03 Seal Brown

📋 copy color: '#400C03'

red 64 ◦ green 12 ◦ blue 3

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

Shades of Seal Brown #400C03

Tints of Seal Brown #400C03

RGB

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

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

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

R = 81.01%
G = 15.19%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#400C03 (or 0x400C03) is known color: Seal Brown. HEX triplet: 40, 0C and 03. RGB value is (64,12,3). Sum of RGB (Red+Green+Blue) = 64+12+3=79 (10% of max value = 765). Red value is 64 (25.39% from 255 or 81.01% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 64 - color contains mainly: red. Hex color #400C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C03 is #BFF3FC. Grayscale: #1A1A1A. Windows color (decimal): -12579837 or 199744. OLE color: 199744.

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

Color convert

RGB 64 12 3 -
CMYK 0 0.81 0.95 0.75
HSL 8.85º 0.91% 0.13% -
HSV(B) 8.85º 0.95% 0.25% -
XYZ 2.26 1.36 0.23 -
YUV 26.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 64 12 3 0 0.81 0.95 0.75 8.85 0.91 0.13
Hex 40 C 3 0 51 5F 4B 9 5B D
Octal 100 14 3 0 121 137 113 11 133 15
Binary 1000000 1100 11 0 1010001 1011111 1001011 1001 1011011 1101

Color Harmonies of #400C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C03

Black with #400C03

Text Example


Text Example

White with #400C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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