Html Css Color HEX #360505 Seal Brown

📋 copy color: '#360505'

red 54 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #360505

Tints of Seal Brown #360505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.81%

R = 84.38%
G = 7.81%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#360505 (or 0x360505) is known color: Seal Brown. HEX triplet: 36, 05 and 05. RGB value is (54,5,5). Sum of RGB (Red+Green+Blue) = 54+5+5=64 (8% of max value = 765). Red value is 54 (21.48% from 255 or 84.38% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 54 - color contains mainly: red. Hex color #360505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360505 is #C9FAFA. Grayscale: #131313. Windows color (decimal): -13236987 or 329014. OLE color: 329014.

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

Color convert

RGB 54 5 5 -
CMYK 0 0.91 0.91 0.79
HSL 0.83% 0.12% -
HSV(B) 0.91% 0.21% -
XYZ 1.6 0.9 0.23 -
YUV 19.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 54 5 5 0 0.91 0.91 0.79 0 0.83 0.12
Hex 36 5 5 0 5B 5B 4F 0 53 C
Octal 66 5 5 0 133 133 117 0 123 14
Binary 110110 101 101 0 1011011 1011011 1001111 0 1010011 1100

Color Harmonies of #360505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360505

Black with #360505

Text Example


Text Example

White with #360505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360505; }

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

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

background-color css

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

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

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

border-color css

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

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

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