Html Css Color HEX #5F5430 West Coast

📋 copy color: '#5F5430'

red 95 ◦ green 84 ◦ blue 48

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

Shades of West Coast #5F5430

Tints of West Coast #5F5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

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

R = 41.85%
G = 37%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#5F5430 (or 0x5F5430) is known color: West Coast. HEX triplet: 5F, 54 and 30. RGB value is (95,84,48). Sum of RGB (Red+Green+Blue) = 95+84+48=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5430 is #A0ABCF. Grayscale: #535353. Windows color (decimal): -10529744 or 3167327. OLE color: 3167327.

HSL color Cylindrical-coordinate representation of color #5F5430: hue angle of 45.96º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F5430 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 84 48 -
CMYK 0 0.12 0.49 0.63
HSL 45.96º 0.33% 0.28% -
HSV(B) 45.96º 0.49% 0.37% -
XYZ 8.42 8.99 4.09 -
YUV 83.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 95 84 48 0 0.12 0.49 0.63 45.96 0.33 0.28
Hex 5F 54 30 0 C 31 3F 2E 21 1C
Octal 137 124 60 0 14 61 77 56 41 34
Binary 1011111 1010100 110000 0 1100 110001 111111 101110 100001 11100

Color Harmonies of #5F5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5430

Black with #5F5430

Text Example


Text Example

White with #5F5430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,84,48); }

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

background-color css

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

 a { background-color: rgb(95,84,48); }

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

border-color css

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

 span { border-color: rgb(95,84,48); }

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