Html Css Color HEX #5B352C Redwood

📋 copy color: '#5B352C'

red 91 ◦ green 53 ◦ blue 44

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

Shades of Redwood #5B352C

Tints of Redwood #5B352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 48.4%
G = 28.19%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5B352C (or 0x5B352C) is known color: Redwood. HEX triplet: 5B, 35 and 2C. RGB value is (91,53,44). Sum of RGB (Red+Green+Blue) = 91+53+44=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B352C is #A4CAD3. Grayscale: #3F3F3F. Windows color (decimal): -10799828 or 2897243. OLE color: 2897243.

HSL color Cylindrical-coordinate representation of color #5B352C: hue angle of 11.49º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B352C is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 53 44 -
CMYK 0 0.42 0.52 0.64
HSL 11.49º 0.35% 0.26% -
HSV(B) 11.49º 0.52% 0.36% -
XYZ 6.04 4.95 3.02 -
YUV 63.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 91 53 44 0 0.42 0.52 0.64 11.49 0.35 0.26
Hex 5B 35 2C 0 2A 34 40 B 23 1A
Octal 133 65 54 0 52 64 100 13 43 32
Binary 1011011 110101 101100 0 101010 110100 1000000 1011 100011 11010

Color Harmonies of #5B352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B352C

Black with #5B352C

Text Example


Text Example

White with #5B352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,53,44); }

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

background-color css

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

 a { background-color: rgb(91,53,44); }

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

border-color css

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

 span { border-color: rgb(91,53,44); }

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