Html Css Color HEX #361F15 Brown Pod

📋 copy color: '#361F15'

red 54 ◦ green 31 ◦ blue 21

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

Shades of Brown Pod #361F15

Tints of Brown Pod #361F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.25%

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

R = 50.94%
G = 29.25%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#361F15 (or 0x361F15) is known color: Brown Pod. HEX triplet: 36, 1F and 15. RGB value is (54,31,21). Sum of RGB (Red+Green+Blue) = 54+31+21=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #361F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F15 is #C9E0EA. Grayscale: #242424. Windows color (decimal): -13230315 or 1384246. OLE color: 1384246.

HSL color Cylindrical-coordinate representation of color #361F15: hue angle of 18.18º 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 #361F15 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 31 21 -
CMYK 0 0.43 0.61 0.79
HSL 18.18º 0.44% 0.15% -
HSV(B) 18.18º 0.61% 0.21% -
XYZ 2.15 1.82 0.95 -
YUV 36.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 54 31 21 0 0.43 0.61 0.79 18.18 0.44 0.15
Hex 36 1F 15 0 2B 3D 4F 12 2C F
Octal 66 37 25 0 53 75 117 22 54 17
Binary 110110 11111 10101 0 101011 111101 1001111 10010 101100 1111

Color Harmonies of #361F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F15

Black with #361F15

Text Example


Text Example

White with #361F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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