Html Css Color HEX #5F5834 West Coast

📋 copy color: '#5F5834'

red 95 ◦ green 88 ◦ blue 52

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

Shades of West Coast #5F5834

Tints of West Coast #5F5834

RGB

 RED value IS 95 (37.5% from 255) = 40.43%

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 40.43%
G = 37.45%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#5F5834 (or 0x5F5834) is known color: West Coast. HEX triplet: 5F, 58 and 34. RGB value is (95,88,52). Sum of RGB (Red+Green+Blue) = 95+88+52=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5834 is #A0A7CB. Grayscale: #565656. Windows color (decimal): -10528716 or 3430495. OLE color: 3430495.

HSL color Cylindrical-coordinate representation of color #5F5834: hue angle of 50.23º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F5834 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 88 52 -
CMYK 0 0.07 0.45 0.63
HSL 50.23º 0.29% 0.29% -
HSV(B) 50.23º 0.45% 0.37% -
XYZ 8.83 9.66 4.65 -
YUV 85.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 95 88 52 0 0.07 0.45 0.63 50.23 0.29 0.29
Hex 5F 58 34 0 7 2D 3F 32 1D 1D
Octal 137 130 64 0 7 55 77 62 35 35
Binary 1011111 1011000 110100 0 111 101101 111111 110010 11101 11101

Color Harmonies of #5F5834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5834

Black with #5F5834

Text Example


Text Example

White with #5F5834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,88,52); }

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

background-color css

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

 a { background-color: rgb(95,88,52); }

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

border-color css

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

 span { border-color: rgb(95,88,52); }

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