Html Css Color HEX #360C04 Seal Brown

📋 copy color: '#360C04'

red 54 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #360C04

Tints of Seal Brown #360C04

RGB

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

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

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

R = 77.14%
G = 17.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#360C04 (or 0x360C04) is known color: Seal Brown. HEX triplet: 36, 0C and 04. RGB value is (54,12,4). Sum of RGB (Red+Green+Blue) = 54+12+4=70 (9% of max value = 765). Red value is 54 (21.48% from 255 or 77.14% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 54 - color contains mainly: red. Hex color #360C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C04 is #C9F3FB. Grayscale: #171717. Windows color (decimal): -13235196 or 265270. OLE color: 265270.

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

Color convert

RGB 54 12 4 -
CMYK 0 0.78 0.93 0.79
HSL 9.6º 0.86% 0.11% -
HSV(B) 9.6º 0.93% 0.21% -
XYZ 1.67 1.06 0.23 -
YUV 23.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 54 12 4 0 0.78 0.93 0.79 9.6 0.86 0.11
Hex 36 C 4 0 4E 5D 4F A 56 B
Octal 66 14 4 0 116 135 117 12 126 13
Binary 110110 1100 100 0 1001110 1011101 1001111 1010 1010110 1011

Color Harmonies of #360C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C04

Black with #360C04

Text Example


Text Example

White with #360C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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