Html Css Color HEX #361300 Brown Pod

📋 copy color: '#361300'

red 54 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #361300

Tints of Brown Pod #361300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.97%
G = 26.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#361300 (or 0x361300) is known color: Brown Pod. HEX triplet: 36, 13 and 00. RGB value is (54,19,0). Sum of RGB (Red+Green+Blue) = 54+19+0=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #361300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361300 is #C9ECFF. Grayscale: #1B1B1B. Windows color (decimal): -13233408 or 4918. OLE color: 4918.

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

Color convert

RGB 54 19 0 -
CMYK 0 0.65 1 0.79
HSL 21.11º 1% 0.11% -
HSV(B) 21.11º 1% 0.21% -
XYZ 1.75 1.25 0.15 -
YUV 27.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 54 19 0 0 0.65 1 0.79 21.11 1 0.11
Hex 36 13 0 0 41 64 4F 15 64 B
Octal 66 23 0 0 101 144 117 25 144 13
Binary 110110 10011 0 0 1000001 1100100 1001111 10101 1100100 1011

Color Harmonies of #361300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361300

Black with #361300

Text Example


Text Example

White with #361300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361300; }

 p { color: rgb(54,19,0); }

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

background-color css

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

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

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

border-color css

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

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

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