Html Css Color HEX #361501 Brown Pod

📋 copy color: '#361501'

red 54 ◦ green 21 ◦ blue 1

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

Shades of Brown Pod #361501

Tints of Brown Pod #361501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

 BLUE value IS 1 (0.78% from 255) = 1.32%

R = 71.05%
G = 27.63%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#361501 (or 0x361501) is known color: Brown Pod. HEX triplet: 36, 15 and 01. RGB value is (54,21,1). Sum of RGB (Red+Green+Blue) = 54+21+1=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #361501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361501 is #C9EAFE. Grayscale: #1C1C1C. Windows color (decimal): -13232895 or 70966. OLE color: 70966.

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

Color convert

RGB 54 21 1 -
CMYK 0 0.61 0.98 0.79
HSL 22.64º 0.96% 0.11% -
HSV(B) 22.64º 0.98% 0.21% -
XYZ 1.79 1.32 0.19 -
YUV 28.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 54 21 1 0 0.61 0.98 0.79 22.64 0.96 0.11
Hex 36 15 1 0 3D 62 4F 17 60 B
Octal 66 25 1 0 75 142 117 27 140 13
Binary 110110 10101 1 0 111101 1100010 1001111 10111 1100000 1011

Color Harmonies of #361501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361501

Black with #361501

Text Example


Text Example

White with #361501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361501; }

 p { color: rgb(54,21,1); }

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

background-color css

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

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

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

border-color css

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

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

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