Html Css Color HEX #361401 Brown Pod

📋 copy color: '#361401'

red 54 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #361401

Tints of Brown Pod #361401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.67%

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

R = 72%
G = 26.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#361401 (or 0x361401) is known color: Brown Pod. HEX triplet: 36, 14 and 01. RGB value is (54,20,1). Sum of RGB (Red+Green+Blue) = 54+20+1=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #361401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361401 is #C9EBFE. Grayscale: #1C1C1C. Windows color (decimal): -13233151 or 70710. OLE color: 70710.

HSL color Cylindrical-coordinate representation of color #361401: hue angle of 21.51º 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 #361401 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 20 1 -
CMYK 0 0.63 0.98 0.79
HSL 21.51º 0.96% 0.11% -
HSV(B) 21.51º 0.98% 0.21% -
XYZ 1.78 1.29 0.18 -
YUV 28 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 54 20 1 0 0.63 0.98 0.79 21.51 0.96 0.11
Hex 36 14 1 0 3F 62 4F 16 60 B
Octal 66 24 1 0 77 142 117 26 140 13
Binary 110110 10100 1 0 111111 1100010 1001111 10110 1100000 1011

Color Harmonies of #361401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361401

Black with #361401

Text Example


Text Example

White with #361401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361401; }

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

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

background-color css

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

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

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

border-color css

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

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

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