Html Css Color HEX #C58B4B Tussock

📋 copy color: '#C58B4B'

red 197 ◦ green 139 ◦ blue 75

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

Shades of Tussock #C58B4B

Tints of Tussock #C58B4B

RGB

 RED value IS 197 (77.34% from 255) = 47.93%

 GREEN value IS 139 (54.69% from 255) = 33.82%

 BLUE value IS 75 (29.69% from 255) = 18.25%

R = 47.93%
G = 33.82%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C58B4B (or 0xC58B4B) is known color: Tussock. HEX triplet: C5, 8B and 4B. RGB value is (197,139,75). Sum of RGB (Red+Green+Blue) = 197+139+75=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B4B is #3A74B4. Grayscale: #959595. Windows color (decimal): -3830965 or 4950981. OLE color: 4950981.

HSL color Cylindrical-coordinate representation of color #C58B4B: hue angle of 31.48º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C58B4B is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 139 75 -
CMYK 0 0.29 0.62 0.23
HSL 31.48º 0.51% 0.53% -
HSV(B) 31.48º 0.62% 0.77% -
XYZ 33.53 30.84 10.84 -
YUV 149.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 197 139 75 0 0.29 0.62 0.23 31.48 0.51 0.53
Hex C5 8B 4B 0 1D 3E 17 1F 33 35
Octal 305 213 113 0 35 76 27 37 63 65
Binary 11000101 10001011 1001011 0 11101 111110 10111 11111 110011 110101

Color Harmonies of #C58B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B4B

Black with #C58B4B

Text Example


Text Example

White with #C58B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B4B; }

 p { color: rgb(197,139,75); }

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

background-color css

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

 a { background-color: rgb(197,139,75); }

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

border-color css

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

 span { border-color: rgb(197,139,75); }

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