Html Css Color HEX #360500 Seal Brown

📋 copy color: '#360500'

red 54 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #360500

Tints of Seal Brown #360500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.53%
G = 8.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#360500 (or 0x360500) is known color: Seal Brown. HEX triplet: 36, 05 and 00. RGB value is (54,5,0). Sum of RGB (Red+Green+Blue) = 54+5+0=59 (7% of max value = 765). Red value is 54 (21.48% from 255 or 91.53% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 54 - color contains mainly: red. Hex color #360500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360500 is #C9FAFF. Grayscale: #131313. Windows color (decimal): -13236992 or 1334. OLE color: 1334.

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

Color convert

RGB 54 5 0 -
CMYK 0 0.91 1 0.79
HSL 5.56º 1% 0.11% -
HSV(B) 5.56º 1% 0.21% -
XYZ 1.58 0.89 0.09 -
YUV 19.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 54 5 0 0 0.91 1 0.79 5.56 1 0.11
Hex 36 5 0 0 5B 64 4F 6 64 B
Octal 66 5 0 0 133 144 117 6 144 13
Binary 110110 101 0 0 1011011 1100100 1001111 110 1100100 1011

Color Harmonies of #360500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360500

Black with #360500

Text Example


Text Example

White with #360500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360500; }

 p { color: rgb(54,5,0); }

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

background-color css

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

 a { background-color: rgb(54,5,0); }

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

border-color css

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

 span { border-color: rgb(54,5,0); }

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