Html Css Color HEX #362019 Brown Pod

📋 copy color: '#362019'

red 54 ◦ green 32 ◦ blue 25

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

Shades of Brown Pod #362019

Tints of Brown Pod #362019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.83%

 BLUE value IS 25 (10.16% from 255) = 22.52%

R = 48.65%
G = 28.83%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#362019 (or 0x362019) is known color: Brown Pod. HEX triplet: 36, 20 and 19. RGB value is (54,32,25). Sum of RGB (Red+Green+Blue) = 54+32+25=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #362019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362019 is #C9DFE6. Grayscale: #252525. Windows color (decimal): -13230055 or 1646646. OLE color: 1646646.

HSL color Cylindrical-coordinate representation of color #362019: hue angle of 14.48º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #362019 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 32 25 -
CMYK 0 0.41 0.54 0.79
HSL 14.48º 0.37% 0.15% -
HSV(B) 14.48º 0.54% 0.21% -
XYZ 2.21 1.89 1.17 -
YUV 37.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 54 32 25 0 0.41 0.54 0.79 14.48 0.37 0.15
Hex 36 20 19 0 29 36 4F E 25 F
Octal 66 40 31 0 51 66 117 16 45 17
Binary 110110 100000 11001 0 101001 110110 1001111 1110 100101 1111

Color Harmonies of #362019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362019

Black with #362019

Text Example


Text Example

White with #362019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362019; }

 p { color: rgb(54,32,25); }

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

background-color css

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

 a { background-color: rgb(54,32,25); }

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

border-color css

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

 span { border-color: rgb(54,32,25); }

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