Html Css Color HEX #360E07 Seal Brown

📋 copy color: '#360E07'

red 54 ◦ green 14 ◦ blue 7

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

Shades of Seal Brown #360E07

Tints of Seal Brown #360E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.67%

 BLUE value IS 7 (3.13% from 255) = 9.33%

R = 72%
G = 18.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#360E07 (or 0x360E07) is known color: Seal Brown. HEX triplet: 36, 0E and 07. RGB value is (54,14,7). Sum of RGB (Red+Green+Blue) = 54+14+7=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E07 is #C9F1F8. Grayscale: #191919. Windows color (decimal): -13234681 or 462390. OLE color: 462390.

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

Color convert

RGB 54 14 7 -
CMYK 0 0.74 0.87 0.79
HSL 8.94º 0.77% 0.12% -
HSV(B) 8.94º 0.87% 0.21% -
XYZ 1.72 1.11 0.33 -
YUV 25.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 54 14 7 0 0.74 0.87 0.79 8.94 0.77 0.12
Hex 36 E 7 0 4A 57 4F 9 4D C
Octal 66 16 7 0 112 127 117 11 115 14
Binary 110110 1110 111 0 1001010 1010111 1001111 1001 1001101 1100

Color Harmonies of #360E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E07

Black with #360E07

Text Example


Text Example

White with #360E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,14,7); }

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

background-color css

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

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

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

border-color css

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

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

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