Html Css Color HEX #360B04 Seal Brown

📋 copy color: '#360B04'

red 54 ◦ green 11 ◦ blue 4

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

Shades of Seal Brown #360B04

Tints of Seal Brown #360B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.94%

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

R = 78.26%
G = 15.94%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#360B04 (or 0x360B04) is known color: Seal Brown. HEX triplet: 36, 0B and 04. RGB value is (54,11,4). Sum of RGB (Red+Green+Blue) = 54+11+4=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #360B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B04 is #C9F4FB. Grayscale: #171717. Windows color (decimal): -13235452 or 265014. OLE color: 265014.

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

Color convert

RGB 54 11 4 -
CMYK 0 0.80 0.93 0.79
HSL 8.4º 0.86% 0.11% -
HSV(B) 8.4º 0.93% 0.21% -
XYZ 1.66 1.03 0.23 -
YUV 23.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 54 11 4 0 0.80 0.93 0.79 8.4 0.86 0.11
Hex 36 B 4 0 50 5D 4F 8 56 B
Octal 66 13 4 0 120 135 117 10 126 13
Binary 110110 1011 100 0 1010000 1011101 1001111 1000 1010110 1011

Color Harmonies of #360B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360B04

Black with #360B04

Text Example


Text Example

White with #360B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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