Html Css Color HEX #360F0D Seal Brown

📋 copy color: '#360F0D'

red 54 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #360F0D

Tints of Seal Brown #360F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.29%

 BLUE value IS 13 (5.47% from 255) = 15.85%

R = 65.85%
G = 18.29%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#360F0D (or 0x360F0D) is known color: Seal Brown. HEX triplet: 36, 0F and 0D. RGB value is (54,15,13). Sum of RGB (Red+Green+Blue) = 54+15+13=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #360F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F0D is #C9F0F2. Grayscale: #1A1A1A. Windows color (decimal): -13234419 or 855862. OLE color: 855862.

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

Color convert

RGB 54 15 13 -
CMYK 0 0.72 0.76 0.79
HSL 2.93º 0.61% 0.13% -
HSV(B) 2.93º 0.76% 0.21% -
XYZ 1.76 1.15 0.51 -
YUV 26.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 54 15 13 0 0.72 0.76 0.79 2.93 0.61 0.13
Hex 36 F D 0 48 4C 4F 3 3D D
Octal 66 17 15 0 110 114 117 3 75 15
Binary 110110 1111 1101 0 1001000 1001100 1001111 11 111101 1101

Color Harmonies of #360F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F0D

Black with #360F0D

Text Example


Text Example

White with #360F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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