Html Css Color HEX #360D04 Seal Brown

📋 copy color: '#360D04'

red 54 ◦ green 13 ◦ blue 4

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

Shades of Seal Brown #360D04

Tints of Seal Brown #360D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.31%

 BLUE value IS 4 (1.95% from 255) = 5.63%

R = 76.06%
G = 18.31%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#360D04 (or 0x360D04) is known color: Seal Brown. HEX triplet: 36, 0D and 04. RGB value is (54,13,4). Sum of RGB (Red+Green+Blue) = 54+13+4=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #360D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D04 is #C9F2FB. Grayscale: #181818. Windows color (decimal): -13234940 or 265526. OLE color: 265526.

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

Color convert

RGB 54 13 4 -
CMYK 0 0.76 0.93 0.79
HSL 10.8º 0.86% 0.11% -
HSV(B) 10.8º 0.93% 0.21% -
XYZ 1.69 1.08 0.23 -
YUV 24.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 54 13 4 0 0.76 0.93 0.79 10.8 0.86 0.11
Hex 36 D 4 0 4C 5D 4F B 56 B
Octal 66 15 4 0 114 135 117 13 126 13
Binary 110110 1101 100 0 1001100 1011101 1001111 1011 1010110 1011

Color Harmonies of #360D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D04

Black with #360D04

Text Example


Text Example

White with #360D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,13,4); }

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

background-color css

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

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

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

border-color css

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

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

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