Html Css Color HEX #361F18 Brown Pod

📋 copy color: '#361F18'

red 54 ◦ green 31 ◦ blue 24

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

Shades of Brown Pod #361F18

Tints of Brown Pod #361F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.02%

R = 49.54%
G = 28.44%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#361F18 (or 0x361F18) is known color: Brown Pod. HEX triplet: 36, 1F and 18. RGB value is (54,31,24). Sum of RGB (Red+Green+Blue) = 54+31+24=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #361F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F18 is #C9E0E7. Grayscale: #252525. Windows color (decimal): -13230312 or 1580854. OLE color: 1580854.

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

Color convert

RGB 54 31 24 -
CMYK 0 0.43 0.56 0.79
HSL 14º 0.38% 0.15% -
HSV(B) 14º 0.56% 0.21% -
XYZ 2.18 1.83 1.1 -
YUV 37.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 54 31 24 0 0.43 0.56 0.79 14 0.38 0.15
Hex 36 1F 18 0 2B 38 4F E 26 F
Octal 66 37 30 0 53 70 117 16 46 17
Binary 110110 11111 11000 0 101011 111000 1001111 1110 100110 1111

Color Harmonies of #361F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F18

Black with #361F18

Text Example


Text Example

White with #361F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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