Html Css Color HEX #361305 Brown Pod

📋 copy color: '#361305'

red 54 ◦ green 19 ◦ blue 5

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

Shades of Brown Pod #361305

Tints of Brown Pod #361305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.41%

R = 69.23%
G = 24.36%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#361305 (or 0x361305) is known color: Brown Pod. HEX triplet: 36, 13 and 05. RGB value is (54,19,5). Sum of RGB (Red+Green+Blue) = 54+19+5=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #361305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361305 is #C9ECFA. Grayscale: #1B1B1B. Windows color (decimal): -13233403 or 332598. OLE color: 332598.

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

Color convert

RGB 54 19 5 -
CMYK 0 0.65 0.91 0.79
HSL 17.14º 0.83% 0.12% -
HSV(B) 17.14º 0.91% 0.21% -
XYZ 1.78 1.26 0.29 -
YUV 27.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 54 19 5 0 0.65 0.91 0.79 17.14 0.83 0.12
Hex 36 13 5 0 41 5B 4F 11 53 C
Octal 66 23 5 0 101 133 117 21 123 14
Binary 110110 10011 101 0 1000001 1011011 1001111 10001 1010011 1100

Color Harmonies of #361305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361305

Black with #361305

Text Example


Text Example

White with #361305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361305; }

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

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

background-color css

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

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

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

border-color css

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

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

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