Html Css Color HEX #360F0F Seal Brown

📋 copy color: '#360F0F'

red 54 ◦ green 15 ◦ blue 15

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

Shades of Seal Brown #360F0F

Tints of Seal Brown #360F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 64.29%
G = 17.86%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#360F0F (or 0x360F0F) is known color: Seal Brown. HEX triplet: 36, 0F and 0F. RGB value is (54,15,15). Sum of RGB (Red+Green+Blue) = 54+15+15=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #360F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F0F is #C9F0F0. Grayscale: #1A1A1A. Windows color (decimal): -13234417 or 986934. OLE color: 986934.

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

Color convert

RGB 54 15 15 -
CMYK 0 0.72 0.72 0.79
HSL 0.57% 0.14% -
HSV(B) 0.72% 0.21% -
XYZ 1.78 1.16 0.58 -
YUV 26.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 54 15 15 0 0.72 0.72 0.79 0 0.57 0.14
Hex 36 F F 0 48 48 4F 0 39 E
Octal 66 17 17 0 110 110 117 0 71 16
Binary 110110 1111 1111 0 1001000 1001000 1001111 0 111001 1110

Color Harmonies of #360F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F0F

Black with #360F0F

Text Example


Text Example

White with #360F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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