Html Css Color HEX #5B332D Redwood

📋 copy color: '#5B332D'

red 91 ◦ green 51 ◦ blue 45

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

Shades of Redwood #5B332D

Tints of Redwood #5B332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

 BLUE value IS 45 (17.97% from 255) = 24.06%

R = 48.66%
G = 27.27%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#5B332D (or 0x5B332D) is known color: Redwood. HEX triplet: 5B, 33 and 2D. RGB value is (91,51,45). Sum of RGB (Red+Green+Blue) = 91+51+45=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B332D is #A4CCD2. Grayscale: #3E3E3E. Windows color (decimal): -10800339 or 2962267. OLE color: 2962267.

HSL color Cylindrical-coordinate representation of color #5B332D: hue angle of 7.83º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B332D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 51 45 -
CMYK 0 0.44 0.51 0.64
HSL 7.83º 0.34% 0.27% -
HSV(B) 7.83º 0.51% 0.36% -
XYZ 5.97 4.78 3.09 -
YUV 62.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 91 51 45 0 0.44 0.51 0.64 7.83 0.34 0.27
Hex 5B 33 2D 0 2C 33 40 8 22 1B
Octal 133 63 55 0 54 63 100 10 42 33
Binary 1011011 110011 101101 0 101100 110011 1000000 1000 100010 11011

Color Harmonies of #5B332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B332D

Black with #5B332D

Text Example


Text Example

White with #5B332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,51,45); }

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

background-color css

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

 a { background-color: rgb(91,51,45); }

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

border-color css

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

 span { border-color: rgb(91,51,45); }

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