Html Css Color HEX #5B5630 Thatch Green

📋 copy color: '#5B5630'

red 91 ◦ green 86 ◦ blue 48

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

Shades of Thatch Green #5B5630

Tints of Thatch Green #5B5630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 40.44%
G = 38.22%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#5B5630 (or 0x5B5630) is known color: Thatch Green. HEX triplet: 5B, 56 and 30. RGB value is (91,86,48). Sum of RGB (Red+Green+Blue) = 91+86+48=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5630 is #A4A9CF. Grayscale: #535353. Windows color (decimal): -10791376 or 3167835. OLE color: 3167835.

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

Color convert

RGB 91 86 48 -
CMYK 0 0.05 0.47 0.64
HSL 53.02º 0.31% 0.27% -
HSV(B) 53.02º 0.47% 0.36% -
XYZ 8.18 9.09 4.12 -
YUV 83.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 91 86 48 0 0.05 0.47 0.64 53.02 0.31 0.27
Hex 5B 56 30 0 5 2F 40 35 1F 1B
Octal 133 126 60 0 5 57 100 65 37 33
Binary 1011011 1010110 110000 0 101 101111 1000000 110101 11111 11011

Color Harmonies of #5B5630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5630

Black with #5B5630

Text Example


Text Example

White with #5B5630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,86,48); }

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

background-color css

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

 a { background-color: rgb(91,86,48); }

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

border-color css

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

 span { border-color: rgb(91,86,48); }

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