Html Css Color HEX #361801 Brown Pod

📋 copy color: '#361801'

red 54 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #361801

Tints of Brown Pod #361801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.38%

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

R = 68.35%
G = 30.38%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#361801 (or 0x361801) is known color: Brown Pod. HEX triplet: 36, 18 and 01. RGB value is (54,24,1). Sum of RGB (Red+Green+Blue) = 54+24+1=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #361801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361801 is #C9E7FE. Grayscale: #1E1E1E. Windows color (decimal): -13232127 or 71734. OLE color: 71734.

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

Color convert

RGB 54 24 1 -
CMYK 0 0.56 0.98 0.79
HSL 26.04º 0.96% 0.11% -
HSV(B) 26.04º 0.98% 0.21% -
XYZ 1.85 1.44 0.21 -
YUV 30.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 54 24 1 0 0.56 0.98 0.79 26.04 0.96 0.11
Hex 36 18 1 0 38 62 4F 1A 60 B
Octal 66 30 1 0 70 142 117 32 140 13
Binary 110110 11000 1 0 111000 1100010 1001111 11010 1100000 1011

Color Harmonies of #361801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361801

Black with #361801

Text Example


Text Example

White with #361801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361801; }

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

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

background-color css

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

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

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

border-color css

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

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

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