Html Css Color HEX #361306 Seal Brown

📋 copy color: '#361306'

red 54 ◦ green 19 ◦ blue 6

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

Shades of Seal Brown #361306

Tints of Seal Brown #361306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.05%

 BLUE value IS 6 (2.73% from 255) = 7.59%

R = 68.35%
G = 24.05%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#361306 (or 0x361306) is known color: Seal Brown. HEX triplet: 36, 13 and 06. RGB value is (54,19,6). Sum of RGB (Red+Green+Blue) = 54+19+6=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #361306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361306 is #C9ECF9. Grayscale: #1C1C1C. Windows color (decimal): -13233402 or 398134. OLE color: 398134.

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

Color convert

RGB 54 19 6 -
CMYK 0 0.65 0.89 0.79
HSL 16.25º 0.8% 0.12% -
HSV(B) 16.25º 0.89% 0.21% -
XYZ 1.79 1.26 0.32 -
YUV 27.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 54 19 6 0 0.65 0.89 0.79 16.25 0.8 0.12
Hex 36 13 6 0 41 59 4F 10 50 C
Octal 66 23 6 0 101 131 117 20 120 14
Binary 110110 10011 110 0 1000001 1011001 1001111 10000 1010000 1100

Color Harmonies of #361306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361306

Black with #361306

Text Example


Text Example

White with #361306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361306; }

 p { color: rgb(54,19,6); }

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

background-color css

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

 a { background-color: rgb(54,19,6); }

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

border-color css

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

 span { border-color: rgb(54,19,6); }

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