Html Css Color HEX #361410 Seal Brown

📋 copy color: '#361410'

red 54 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #361410

Tints of Seal Brown #361410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.22%

 BLUE value IS 16 (6.64% from 255) = 17.78%

R = 60%
G = 22.22%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#361410 (or 0x361410) is known color: Seal Brown. HEX triplet: 36, 14 and 10. RGB value is (54,20,16). Sum of RGB (Red+Green+Blue) = 54+20+16=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361410 is #C9EBEF. Grayscale: #1D1D1D. Windows color (decimal): -13233136 or 1053750. OLE color: 1053750.

HSL color Cylindrical-coordinate representation of color #361410: hue angle of 6.32º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361410 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 20 16 -
CMYK 0 0.63 0.70 0.79
HSL 6.32º 0.54% 0.14% -
HSV(B) 6.32º 0.7% 0.21% -
XYZ 1.87 1.32 0.65 -
YUV 29.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 54 20 16 0 0.63 0.70 0.79 6.32 0.54 0.14
Hex 36 14 10 0 3F 46 4F 6 36 E
Octal 66 24 20 0 77 106 117 6 66 16
Binary 110110 10100 10000 0 111111 1000110 1001111 110 110110 1110

Color Harmonies of #361410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361410

Black with #361410

Text Example


Text Example

White with #361410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361410; }

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

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

background-color css

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

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

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

border-color css

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

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

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