Html Css Color HEX #361A14 Brown Pod

📋 copy color: '#361A14'

red 54 ◦ green 26 ◦ blue 20

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

Shades of Brown Pod #361A14

Tints of Brown Pod #361A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26%

 BLUE value IS 20 (8.2% from 255) = 20%

R = 54%
G = 26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#361A14 (or 0x361A14) is known color: Brown Pod. HEX triplet: 36, 1A and 14. RGB value is (54,26,20). Sum of RGB (Red+Green+Blue) = 54+26+20=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #361A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A14 is #C9E5EB. Grayscale: #212121. Windows color (decimal): -13231596 or 1317430. OLE color: 1317430.

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

Color convert

RGB 54 26 20 -
CMYK 0 0.52 0.63 0.79
HSL 10.59º 0.46% 0.15% -
HSV(B) 10.59º 0.63% 0.21% -
XYZ 2.02 1.57 0.86 -
YUV 33.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 54 26 20 0 0.52 0.63 0.79 10.59 0.46 0.15
Hex 36 1A 14 0 34 3F 4F B 2E F
Octal 66 32 24 0 64 77 117 13 56 17
Binary 110110 11010 10100 0 110100 111111 1001111 1011 101110 1111

Color Harmonies of #361A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A14

Black with #361A14

Text Example


Text Example

White with #361A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,26,20); }

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

background-color css

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

 a { background-color: rgb(54,26,20); }

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

border-color css

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

 span { border-color: rgb(54,26,20); }

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