Html Css Color HEX #5B342E Redwood

📋 copy color: '#5B342E'

red 91 ◦ green 52 ◦ blue 46

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

Shades of Redwood #5B342E

Tints of Redwood #5B342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 48.15%
G = 27.51%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5B342E (or 0x5B342E) is known color: Redwood. HEX triplet: 5B, 34 and 2E. RGB value is (91,52,46). Sum of RGB (Red+Green+Blue) = 91+52+46=189 (25% of max value = 765). Red value is 91 (35.94% from 255 or 48.15% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 91 - color contains mainly: red. Hex color #5B342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B342E is #A4CBD1. Grayscale: #3F3F3F. Windows color (decimal): -10800082 or 3028059. OLE color: 3028059.

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

Color convert

RGB 91 52 46 -
CMYK 0 0.43 0.49 0.64
HSL 0.33% 0.27% -
HSV(B) 0.49% 0.36% -
XYZ 6.04 4.88 3.21 -
YUV 62.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 91 52 46 0 0.43 0.49 0.64 8 0.33 0.27
Hex 5B 34 2E 0 2B 31 40 8 21 1B
Octal 133 64 56 0 53 61 100 10 41 33
Binary 1011011 110100 101110 0 101011 110001 1000000 1000 100001 11011

Color Harmonies of #5B342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B342E

Black with #5B342E

Text Example


Text Example

White with #5B342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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