Html Css Color HEX #361E13 Brown Pod

📋 copy color: '#361E13'

red 54 ◦ green 30 ◦ blue 19

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

Shades of Brown Pod #361E13

Tints of Brown Pod #361E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.13%

 BLUE value IS 19 (7.81% from 255) = 18.45%

R = 52.43%
G = 29.13%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#361E13 (or 0x361E13) is known color: Brown Pod. HEX triplet: 36, 1E and 13. RGB value is (54,30,19). Sum of RGB (Red+Green+Blue) = 54+30+19=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #361E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E13 is #C9E1EC. Grayscale: #232323. Windows color (decimal): -13230573 or 1252918. OLE color: 1252918.

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

Color convert

RGB 54 30 19 -
CMYK 0 0.44 0.65 0.79
HSL 18.86º 0.48% 0.14% -
HSV(B) 18.86º 0.65% 0.21% -
XYZ 2.1 1.76 0.84 -
YUV 35.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 54 30 19 0 0.44 0.65 0.79 18.86 0.48 0.14
Hex 36 1E 13 0 2C 41 4F 13 30 E
Octal 66 36 23 0 54 101 117 23 60 16
Binary 110110 11110 10011 0 101100 1000001 1001111 10011 110000 1110

Color Harmonies of #361E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E13

Black with #361E13

Text Example


Text Example

White with #361E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,30,19); }

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

background-color css

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

 a { background-color: rgb(54,30,19); }

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

border-color css

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

 span { border-color: rgb(54,30,19); }

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