Html Css Color HEX #5B423F Woody Brown

📋 copy color: '#5B423F'

red 91 ◦ green 66 ◦ blue 63

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

Shades of Woody Brown #5B423F

Tints of Woody Brown #5B423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

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

R = 41.36%
G = 30%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#5B423F (or 0x5B423F) is known color: Woody Brown. HEX triplet: 5B, 42 and 3F. RGB value is (91,66,63). Sum of RGB (Red+Green+Blue) = 91+66+63=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 91 - color contains mainly: red. Hex color #5B423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B423F is #A4BDC0. Grayscale: #494949. Windows color (decimal): -10796481 or 4145755. OLE color: 4145755.

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

Color convert

RGB 91 66 63 -
CMYK 0 0.27 0.31 0.64
HSL 6.43º 0.18% 0.3% -
HSV(B) 6.43º 0.31% 0.36% -
XYZ 7.16 6.48 5.58 -
YUV 73.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 91 66 63 0 0.27 0.31 0.64 6.43 0.18 0.3
Hex 5B 42 3F 0 1B 1F 40 6 12 1E
Octal 133 102 77 0 33 37 100 6 22 36
Binary 1011011 1000010 111111 0 11011 11111 1000000 110 10010 11110

Color Harmonies of #5B423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B423F

Black with #5B423F

Text Example


Text Example

White with #5B423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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