Html Css Color HEX #361E12 Brown Pod

📋 copy color: '#361E12'

red 54 ◦ green 30 ◦ blue 18

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

Shades of Brown Pod #361E12

Tints of Brown Pod #361E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.65%

R = 52.94%
G = 29.41%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#361E12 (or 0x361E12) is known color: Brown Pod. HEX triplet: 36, 1E and 12. RGB value is (54,30,18). Sum of RGB (Red+Green+Blue) = 54+30+18=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #361E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E12 is #C9E1ED. Grayscale: #232323. Windows color (decimal): -13230574 or 1187382. OLE color: 1187382.

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

Color convert

RGB 54 30 18 -
CMYK 0 0.44 0.67 0.79
HSL 20º 0.5% 0.14% -
HSV(B) 20º 0.67% 0.21% -
XYZ 2.09 1.76 0.8 -
YUV 35.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 54 30 18 0 0.44 0.67 0.79 20 0.5 0.14
Hex 36 1E 12 0 2C 43 4F 14 32 E
Octal 66 36 22 0 54 103 117 24 62 16
Binary 110110 11110 10010 0 101100 1000011 1001111 10100 110010 1110

Color Harmonies of #361E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E12

Black with #361E12

Text Example


Text Example

White with #361E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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