Html Css Color HEX #361B15 Brown Pod

📋 copy color: '#361B15'

red 54 ◦ green 27 ◦ blue 21

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

Shades of Brown Pod #361B15

Tints of Brown Pod #361B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.59%

R = 52.94%
G = 26.47%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#361B15 (or 0x361B15) is known color: Brown Pod. HEX triplet: 36, 1B and 15. RGB value is (54,27,21). Sum of RGB (Red+Green+Blue) = 54+27+21=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #361B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B15 is #C9E4EA. Grayscale: #222222. Windows color (decimal): -13231339 or 1383222. OLE color: 1383222.

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

Color convert

RGB 54 27 21 -
CMYK 0 0.5 0.61 0.79
HSL 10.91º 0.44% 0.15% -
HSV(B) 10.91º 0.61% 0.21% -
XYZ 2.05 1.62 0.91 -
YUV 34.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 54 27 21 0 0.5 0.61 0.79 10.91 0.44 0.15
Hex 36 1B 15 0 32 3D 4F B 2C F
Octal 66 33 25 0 62 75 117 13 54 17
Binary 110110 11011 10101 0 110010 111101 1001111 1011 101100 1111

Color Harmonies of #361B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B15

Black with #361B15

Text Example


Text Example

White with #361B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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