Html Css Color HEX #5C3220 Brown Bramble

📋 copy color: '#5C3220'

red 92 ◦ green 50 ◦ blue 32

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

Shades of Brown Bramble #5C3220

Tints of Brown Bramble #5C3220

RGB

 RED value IS 92 (36.33% from 255) = 52.87%

 GREEN value IS 50 (19.92% from 255) = 28.74%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 52.87%
G = 28.74%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#5C3220 (or 0x5C3220) is known color: Brown Bramble. HEX triplet: 5C, 32 and 20. RGB value is (92,50,32). Sum of RGB (Red+Green+Blue) = 92+50+32=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3220 is #A3CDDF. Grayscale: #3C3C3C. Windows color (decimal): -10735072 or 2110044. OLE color: 2110044.

HSL color Cylindrical-coordinate representation of color #5C3220: hue angle of 18º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C3220 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 50 32 -
CMYK 0 0.46 0.65 0.64
HSL 18º 0.48% 0.24% -
HSV(B) 18º 0.65% 0.36% -
XYZ 5.81 4.66 1.96 -
YUV 60.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 92 50 32 0 0.46 0.65 0.64 18 0.48 0.24
Hex 5C 32 20 0 2E 41 40 12 30 18
Octal 134 62 40 0 56 101 100 22 60 30
Binary 1011100 110010 100000 0 101110 1000001 1000000 10010 110000 11000

Color Harmonies of #5C3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3220

Black with #5C3220

Text Example


Text Example

White with #5C3220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,50,32); }

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

background-color css

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

 a { background-color: rgb(92,50,32); }

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

border-color css

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

 span { border-color: rgb(92,50,32); }

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