Html Css Color HEX #3B1203 Seal Brown

📋 copy color: '#3B1203'

red 59 ◦ green 18 ◦ blue 3

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

Shades of Seal Brown #3B1203

Tints of Seal Brown #3B1203

RGB

 RED value IS 59 (23.44% from 255) = 73.75%

 GREEN value IS 18 (7.42% from 255) = 22.5%

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

R = 73.75%
G = 22.5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.77

RGB Variations

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

Color information

#3B1203 (or 0x3B1203) is known color: Seal Brown. HEX triplet: 3B, 12 and 03. RGB value is (59,18,3). Sum of RGB (Red+Green+Blue) = 59+18+3=80 (10% of max value = 765). Red value is 59 (23.44% from 255 or 73.75% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1203 is #C4EDFC. Grayscale: #1C1C1C. Windows color (decimal): -12905981 or 201275. OLE color: 201275.

HSL color Cylindrical-coordinate representation of color #3B1203: hue angle of 16.07º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B1203 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 18 3 -
CMYK 0 0.69 0.95 0.77
HSL 16.07º 0.9% 0.12% -
HSV(B) 16.07º 0.95% 0.23% -
XYZ 2.04 1.37 0.24 -
YUV 28.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 59 18 3 0 0.69 0.95 0.77 16.07 0.9 0.12
Hex 3B 12 3 0 45 5F 4D 10 5A C
Octal 73 22 3 0 105 137 115 20 132 14
Binary 111011 10010 11 0 1000101 1011111 1001101 10000 1011010 1100

Color Harmonies of #3B1203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1203

Black with #3B1203

Text Example


Text Example

White with #3B1203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B1203; }

 p { color: rgb(59,18,3); }

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

background-color css

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

 a { background-color: rgb(59,18,3); }

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

border-color css

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

 span { border-color: rgb(59,18,3); }

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