Html Css Color HEX #5B5330 West Coast

📋 copy color: '#5B5330'

red 91 ◦ green 83 ◦ blue 48

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

Shades of West Coast #5B5330

Tints of West Coast #5B5330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

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

R = 40.99%
G = 37.39%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#5B5330 (or 0x5B5330) is known color: West Coast. HEX triplet: 5B, 53 and 30. RGB value is (91,83,48). Sum of RGB (Red+Green+Blue) = 91+83+48=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5330 is #A4ACCF. Grayscale: #515151. Windows color (decimal): -10792144 or 3167067. OLE color: 3167067.

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

Color convert

RGB 91 83 48 -
CMYK 0 0.09 0.47 0.64
HSL 48.84º 0.31% 0.27% -
HSV(B) 48.84º 0.47% 0.36% -
XYZ 7.94 8.62 4.04 -
YUV 81.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 91 83 48 0 0.09 0.47 0.64 48.84 0.31 0.27
Hex 5B 53 30 0 9 2F 40 31 1F 1B
Octal 133 123 60 0 11 57 100 61 37 33
Binary 1011011 1010011 110000 0 1001 101111 1000000 110001 11111 11011

Color Harmonies of #5B5330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5330

Black with #5B5330

Text Example


Text Example

White with #5B5330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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