Html Css Color HEX #361004 Seal Brown

📋 copy color: '#361004'

red 54 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #361004

Tints of Seal Brown #361004

RGB

 RED value IS 54 (21.48% from 255) = 72.97%

 GREEN value IS 16 (6.64% from 255) = 21.62%

 BLUE value IS 4 (1.95% from 255) = 5.41%

R = 72.97%
G = 21.62%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#361004 (or 0x361004) is known color: Seal Brown. HEX triplet: 36, 10 and 04. RGB value is (54,16,4). Sum of RGB (Red+Green+Blue) = 54+16+4=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #361004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361004 is #C9EFFB. Grayscale: #1A1A1A. Windows color (decimal): -13234172 or 266294. OLE color: 266294.

HSL color Cylindrical-coordinate representation of color #361004: hue angle of 14.4º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #361004 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 16 4 -
CMYK 0 0.70 0.93 0.79
HSL 14.4º 0.86% 0.11% -
HSV(B) 14.4º 0.93% 0.21% -
XYZ 1.73 1.16 0.25 -
YUV 25.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 54 16 4 0 0.70 0.93 0.79 14.4 0.86 0.11
Hex 36 10 4 0 46 5D 4F E 56 B
Octal 66 20 4 0 106 135 117 16 126 13
Binary 110110 10000 100 0 1000110 1011101 1001111 1110 1010110 1011

Color Harmonies of #361004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361004

Black with #361004

Text Example


Text Example

White with #361004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361004; }

 p { color: rgb(54,16,4); }

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

background-color css

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

 a { background-color: rgb(54,16,4); }

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

border-color css

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

 span { border-color: rgb(54,16,4); }

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