Html Css Color HEX #5B362E Redwood

📋 copy color: '#5B362E'

red 91 ◦ green 54 ◦ blue 46

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

Shades of Redwood #5B362E

Tints of Redwood #5B362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

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

R = 47.64%
G = 28.27%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5B362E (or 0x5B362E) is known color: Redwood. HEX triplet: 5B, 36 and 2E. RGB value is (91,54,46). Sum of RGB (Red+Green+Blue) = 91+54+46=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B362E is #A4C9D1. Grayscale: #404040. Windows color (decimal): -10799570 or 3028571. OLE color: 3028571.

HSL color Cylindrical-coordinate representation of color #5B362E: hue angle of 10.67º 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 #5B362E is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 54 46 -
CMYK 0 0.41 0.49 0.64
HSL 10.67º 0.33% 0.27% -
HSV(B) 10.67º 0.49% 0.36% -
XYZ 6.13 5.06 3.24 -
YUV 64.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 91 54 46 0 0.41 0.49 0.64 10.67 0.33 0.27
Hex 5B 36 2E 0 29 31 40 B 21 1B
Octal 133 66 56 0 51 61 100 13 41 33
Binary 1011011 110110 101110 0 101001 110001 1000000 1011 100001 11011

Color Harmonies of #5B362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B362E

Black with #5B362E

Text Example


Text Example

White with #5B362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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