Html Css Color HEX #362119 Brown Pod

📋 copy color: '#362119'

red 54 ◦ green 33 ◦ blue 25

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

Shades of Brown Pod #362119

Tints of Brown Pod #362119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.46%

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

R = 48.21%
G = 29.46%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#362119 (or 0x362119) is known color: Brown Pod. HEX triplet: 36, 21 and 19. RGB value is (54,33,25). Sum of RGB (Red+Green+Blue) = 54+33+25=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362119 is #C9DEE6. Grayscale: #262626. Windows color (decimal): -13229799 or 1646902. OLE color: 1646902.

HSL color Cylindrical-coordinate representation of color #362119: hue angle of 16.55º 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 #362119 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 33 25 -
CMYK 0 0.39 0.54 0.79
HSL 16.55º 0.37% 0.15% -
HSV(B) 16.55º 0.54% 0.21% -
XYZ 2.24 1.94 1.18 -
YUV 38.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 54 33 25 0 0.39 0.54 0.79 16.55 0.37 0.15
Hex 36 21 19 0 27 36 4F 11 25 F
Octal 66 41 31 0 47 66 117 21 45 17
Binary 110110 100001 11001 0 100111 110110 1001111 10001 100101 1111

Color Harmonies of #362119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362119

Black with #362119

Text Example


Text Example

White with #362119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362119; }

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

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

background-color css

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

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

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

border-color css

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

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

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