Html Css Color HEX #361108 Seal Brown

📋 copy color: '#361108'

red 54 ◦ green 17 ◦ blue 8

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

Shades of Seal Brown #361108

Tints of Seal Brown #361108

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.52%

 BLUE value IS 8 (3.52% from 255) = 10.13%

R = 68.35%
G = 21.52%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#361108 (or 0x361108) is known color: Seal Brown. HEX triplet: 36, 11 and 08. RGB value is (54,17,8). Sum of RGB (Red+Green+Blue) = 54+17+8=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #361108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361108 is #C9EEF7. Grayscale: #1B1B1B. Windows color (decimal): -13233912 or 528694. OLE color: 528694.

HSL color Cylindrical-coordinate representation of color #361108: hue angle of 11.74º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361108 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 17 8 -
CMYK 0 0.69 0.85 0.79
HSL 11.74º 0.74% 0.12% -
HSV(B) 11.74º 0.85% 0.21% -
XYZ 1.77 1.2 0.37 -
YUV 27.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 54 17 8 0 0.69 0.85 0.79 11.74 0.74 0.12
Hex 36 11 8 0 45 55 4F C 4A C
Octal 66 21 10 0 105 125 117 14 112 14
Binary 110110 10001 1000 0 1000101 1010101 1001111 1100 1001010 1100

Color Harmonies of #361108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361108

Black with #361108

Text Example


Text Example

White with #361108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361108; }

 p { color: rgb(54,17,8); }

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

background-color css

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

 a { background-color: rgb(54,17,8); }

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

border-color css

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

 span { border-color: rgb(54,17,8); }

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