Html Css Color HEX #360C05 Seal Brown

📋 copy color: '#360C05'

red 54 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #360C05

Tints of Seal Brown #360C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.9%

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

R = 76.06%
G = 16.9%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#360C05 (or 0x360C05) is known color: Seal Brown. HEX triplet: 36, 0C and 05. RGB value is (54,12,5). Sum of RGB (Red+Green+Blue) = 54+12+5=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #360C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C05 is #C9F3FA. Grayscale: #171717. Windows color (decimal): -13235195 or 330806. OLE color: 330806.

HSL color Cylindrical-coordinate representation of color #360C05: hue angle of 8.57º 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 #360C05 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 12 5 -
CMYK 0 0.78 0.91 0.79
HSL 8.57º 0.83% 0.12% -
HSV(B) 8.57º 0.91% 0.21% -
XYZ 1.68 1.06 0.26 -
YUV 23.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 54 12 5 0 0.78 0.91 0.79 8.57 0.83 0.12
Hex 36 C 5 0 4E 5B 4F 9 53 C
Octal 66 14 5 0 116 133 117 11 123 14
Binary 110110 1100 101 0 1001110 1011011 1001111 1001 1010011 1100

Color Harmonies of #360C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C05

Black with #360C05

Text Example


Text Example

White with #360C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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