Html Css Color HEX #3A0C05 Seal Brown

📋 copy color: '#3A0C05'

red 58 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #3A0C05

Tints of Seal Brown #3A0C05

RGB

 RED value IS 58 (23.05% from 255) = 77.33%

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

 BLUE value IS 5 (2.34% from 255) = 6.67%

R = 77.33%
G = 16%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.77

RGB Variations

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

Color information

#3A0C05 (or 0x3A0C05) is known color: Seal Brown. HEX triplet: 3A, 0C and 05. RGB value is (58,12,5). Sum of RGB (Red+Green+Blue) = 58+12+5=75 (9% of max value = 765). Red value is 58 (23.05% from 255 or 77.33% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0C05 is #C5F3FA. Grayscale: #191919. Windows color (decimal): -12973051 or 330810. OLE color: 330810.

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

Color convert

RGB 58 12 5 -
CMYK 0 0.79 0.91 0.77
HSL 7.92º 0.84% 0.12% -
HSV(B) 7.92º 0.91% 0.23% -
XYZ 1.9 1.17 0.27 -
YUV 24.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 58 12 5 0 0.79 0.91 0.77 7.92 0.84 0.12
Hex 3A C 5 0 4F 5B 4D 8 54 C
Octal 72 14 5 0 117 133 115 10 124 14
Binary 111010 1100 101 0 1001111 1011011 1001101 1000 1010100 1100

Color Harmonies of #3A0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0C05

Black with #3A0C05

Text Example


Text Example

White with #3A0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,12,5); }

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

background-color css

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

 a { background-color: rgb(58,12,5); }

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

border-color css

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

 span { border-color: rgb(58,12,5); }

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