Html Css Color HEX #361B14 Brown Pod

📋 copy color: '#361B14'

red 54 ◦ green 27 ◦ blue 20

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

Shades of Brown Pod #361B14

Tints of Brown Pod #361B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.73%

 BLUE value IS 20 (8.2% from 255) = 19.8%

R = 53.47%
G = 26.73%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#361B14 (or 0x361B14) is known color: Brown Pod. HEX triplet: 36, 1B and 14. RGB value is (54,27,20). Sum of RGB (Red+Green+Blue) = 54+27+20=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #361B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B14 is #C9E4EB. Grayscale: #222222. Windows color (decimal): -13231340 or 1317686. OLE color: 1317686.

HSL color Cylindrical-coordinate representation of color #361B14: hue angle of 12.35º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361B14 is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 27 20 -
CMYK 0 0.5 0.63 0.79
HSL 12.35º 0.46% 0.15% -
HSV(B) 12.35º 0.63% 0.21% -
XYZ 2.04 1.62 0.87 -
YUV 34.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 54 27 20 0 0.5 0.63 0.79 12.35 0.46 0.15
Hex 36 1B 14 0 32 3F 4F C 2E F
Octal 66 33 24 0 62 77 117 14 56 17
Binary 110110 11011 10100 0 110010 111111 1001111 1100 101110 1111

Color Harmonies of #361B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B14

Black with #361B14

Text Example


Text Example

White with #361B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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