Html Css Color HEX #5B4C32 Punga

📋 copy color: '#5B4C32'

red 91 ◦ green 76 ◦ blue 50

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

Shades of Punga #5B4C32

Tints of Punga #5B4C32

RGB

 RED value IS 91 (35.94% from 255) = 41.94%

 GREEN value IS 76 (30.08% from 255) = 35.02%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 41.94%
G = 35.02%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#5B4C32 (or 0x5B4C32) is known color: Punga. HEX triplet: 5B, 4C and 32. RGB value is (91,76,50). Sum of RGB (Red+Green+Blue) = 91+76+50=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4C32 is #A4B3CD. Grayscale: #4D4D4D. Windows color (decimal): -10793934 or 3296347. OLE color: 3296347.

HSL color Cylindrical-coordinate representation of color #5B4C32: hue angle of 38.05º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B4C32 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 76 50 -
CMYK 0 0.16 0.45 0.64
HSL 38.05º 0.29% 0.28% -
HSV(B) 38.05º 0.45% 0.36% -
XYZ 7.47 7.62 4.1 -
YUV 77.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 91 76 50 0 0.16 0.45 0.64 38.05 0.29 0.28
Hex 5B 4C 32 0 10 2D 40 26 1D 1C
Octal 133 114 62 0 20 55 100 46 35 34
Binary 1011011 1001100 110010 0 10000 101101 1000000 100110 11101 11100

Color Harmonies of #5B4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4C32

Black with #5B4C32

Text Example


Text Example

White with #5B4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B4C32; }

 p { color: rgb(91,76,50); }

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

background-color css

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

 a { background-color: rgb(91,76,50); }

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

border-color css

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

 span { border-color: rgb(91,76,50); }

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