Html Css Color HEX #360F02 Seal Brown

📋 copy color: '#360F02'

red 54 ◦ green 15 ◦ blue 2

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

Shades of Seal Brown #360F02

Tints of Seal Brown #360F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.82%

R = 76.06%
G = 21.13%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#360F02 (or 0x360F02) is known color: Seal Brown. HEX triplet: 36, 0F and 02. RGB value is (54,15,2). Sum of RGB (Red+Green+Blue) = 54+15+2=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #360F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F02 is #C9F0FD. Grayscale: #191919. Windows color (decimal): -13234430 or 134966. OLE color: 134966.

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

Color convert

RGB 54 15 2 -
CMYK 0 0.72 0.96 0.79
HSL 15º 0.93% 0.11% -
HSV(B) 15º 0.96% 0.21% -
XYZ 1.7 1.13 0.19 -
YUV 25.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 54 15 2 0 0.72 0.96 0.79 15 0.93 0.11
Hex 36 F 2 0 48 60 4F F 5D B
Octal 66 17 2 0 110 140 117 17 135 13
Binary 110110 1111 10 0 1001000 1100000 1001111 1111 1011101 1011

Color Harmonies of #360F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F02

Black with #360F02

Text Example


Text Example

White with #360F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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