Html Css Color HEX #C58B58 Twine

📋 copy color: '#C58B58'

red 197 ◦ green 139 ◦ blue 88

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

Shades of Twine #C58B58

Tints of Twine #C58B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.75%

R = 46.46%
G = 32.78%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C58B58 (or 0xC58B58) is known color: Twine. HEX triplet: C5, 8B and 58. RGB value is (197,139,88). Sum of RGB (Red+Green+Blue) = 197+139+88=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B58 is #3A74A7. Grayscale: #969696. Windows color (decimal): -3830952 or 5802949. OLE color: 5802949.

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

Color convert

RGB 197 139 88 -
CMYK 0 0.29 0.55 0.23
HSL 28.07º 0.48% 0.56% -
HSV(B) 28.07º 0.55% 0.77% -
XYZ 34.02 31.04 13.43 -
YUV 150.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 197 139 88 0 0.29 0.55 0.23 28.07 0.48 0.56
Hex C5 8B 58 0 1D 37 17 1C 30 38
Octal 305 213 130 0 35 67 27 34 60 70
Binary 11000101 10001011 1011000 0 11101 110111 10111 11100 110000 111000

Color Harmonies of #C58B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B58

Black with #C58B58

Text Example


Text Example

White with #C58B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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