Html Css Color HEX #5B372E Redwood

📋 copy color: '#5B372E'

red 91 ◦ green 55 ◦ blue 46

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

Shades of Redwood #5B372E

Tints of Redwood #5B372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

 BLUE value IS 46 (18.36% from 255) = 23.96%

R = 47.4%
G = 28.65%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5B372E (or 0x5B372E) is known color: Redwood. HEX triplet: 5B, 37 and 2E. RGB value is (91,55,46). Sum of RGB (Red+Green+Blue) = 91+55+46=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 91 - color contains mainly: red. Hex color #5B372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B372E is #A4C8D1. Grayscale: #404040. Windows color (decimal): -10799314 or 3028827. OLE color: 3028827.

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

Color convert

RGB 91 55 46 -
CMYK 0 0.40 0.49 0.64
HSL 12º 0.33% 0.27% -
HSV(B) 12º 0.49% 0.36% -
XYZ 6.17 5.15 3.25 -
YUV 64.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 91 55 46 0 0.40 0.49 0.64 12 0.33 0.27
Hex 5B 37 2E 0 28 31 40 C 21 1B
Octal 133 67 56 0 50 61 100 14 41 33
Binary 1011011 110111 101110 0 101000 110001 1000000 1100 100001 11011

Color Harmonies of #5B372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B372E

Black with #5B372E

Text Example


Text Example

White with #5B372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,55,46); }

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

background-color css

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

 a { background-color: rgb(91,55,46); }

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

border-color css

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

 span { border-color: rgb(91,55,46); }

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