Html Css Color HEX #361704 Brown Pod

📋 copy color: '#361704'

red 54 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #361704

Tints of Brown Pod #361704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.94%

R = 66.67%
G = 28.4%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#361704 (or 0x361704) is known color: Brown Pod. HEX triplet: 36, 17 and 04. RGB value is (54,23,4). Sum of RGB (Red+Green+Blue) = 54+23+4=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #361704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361704 is #C9E8FB. Grayscale: #1E1E1E. Windows color (decimal): -13232380 or 268086. OLE color: 268086.

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

Color convert

RGB 54 23 4 -
CMYK 0 0.57 0.93 0.79
HSL 22.8º 0.86% 0.11% -
HSV(B) 22.8º 0.93% 0.21% -
XYZ 1.85 1.41 0.29 -
YUV 30.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 54 23 4 0 0.57 0.93 0.79 22.8 0.86 0.11
Hex 36 17 4 0 39 5D 4F 17 56 B
Octal 66 27 4 0 71 135 117 27 126 13
Binary 110110 10111 100 0 111001 1011101 1001111 10111 1010110 1011

Color Harmonies of #361704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361704

Black with #361704

Text Example


Text Example

White with #361704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361704; }

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

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

background-color css

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

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

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

border-color css

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

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

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