Html Css Color HEX #361701 Brown Pod

📋 copy color: '#361701'

red 54 ◦ green 23 ◦ blue 1

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

Shades of Brown Pod #361701

Tints of Brown Pod #361701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.49%

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

R = 69.23%
G = 29.49%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#361701 (or 0x361701) is known color: Brown Pod. HEX triplet: 36, 17 and 01. RGB value is (54,23,1). Sum of RGB (Red+Green+Blue) = 54+23+1=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #361701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361701 is #C9E8FE. Grayscale: #1D1D1D. Windows color (decimal): -13232383 or 71478. OLE color: 71478.

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

Color convert

RGB 54 23 1 -
CMYK 0 0.57 0.98 0.79
HSL 24.91º 0.96% 0.11% -
HSV(B) 24.91º 0.98% 0.21% -
XYZ 1.83 1.4 0.2 -
YUV 29.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 54 23 1 0 0.57 0.98 0.79 24.91 0.96 0.11
Hex 36 17 1 0 39 62 4F 19 60 B
Octal 66 27 1 0 71 142 117 31 140 13
Binary 110110 10111 1 0 111001 1100010 1001111 11001 1100000 1011

Color Harmonies of #361701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361701

Black with #361701

Text Example


Text Example

White with #361701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361701; }

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

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

background-color css

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

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

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

border-color css

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

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

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