Html Css Color HEX #5B413F Woody Brown

📋 copy color: '#5B413F'

red 91 ◦ green 65 ◦ blue 63

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

Shades of Woody Brown #5B413F

Tints of Woody Brown #5B413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.68%

 BLUE value IS 63 (25% from 255) = 28.77%

R = 41.55%
G = 29.68%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#5B413F (or 0x5B413F) is known color: Woody Brown. HEX triplet: 5B, 41 and 3F. RGB value is (91,65,63). Sum of RGB (Red+Green+Blue) = 91+65+63=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 91 - color contains mainly: red. Hex color #5B413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B413F is #A4BEC0. Grayscale: #484848. Windows color (decimal): -10796737 or 4145499. OLE color: 4145499.

HSL color Cylindrical-coordinate representation of color #5B413F: hue angle of 4.29º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B413F is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 65 63 -
CMYK 0 0.29 0.31 0.64
HSL 4.29º 0.18% 0.3% -
HSV(B) 4.29º 0.31% 0.36% -
XYZ 7.1 6.36 5.56 -
YUV 72.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 91 65 63 0 0.29 0.31 0.64 4.29 0.18 0.3
Hex 5B 41 3F 0 1D 1F 40 4 12 1E
Octal 133 101 77 0 35 37 100 4 22 36
Binary 1011011 1000001 111111 0 11101 11111 1000000 100 10010 11110

Color Harmonies of #5B413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B413F

Black with #5B413F

Text Example


Text Example

White with #5B413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,65,63); }

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

background-color css

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

 a { background-color: rgb(91,65,63); }

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

border-color css

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

 span { border-color: rgb(91,65,63); }

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