Html Css Color HEX #C39755 Twine

📋 copy color: '#C39755'

red 195 ◦ green 151 ◦ blue 85

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

Shades of Twine #C39755

Tints of Twine #C39755

RGB

 RED value IS 195 (76.56% from 255) = 45.24%

 GREEN value IS 151 (59.38% from 255) = 35.03%

 BLUE value IS 85 (33.59% from 255) = 19.72%

R = 45.24%
G = 35.03%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C39755 (or 0xC39755) is known color: Twine. HEX triplet: C3, 97 and 55. RGB value is (195,151,85). Sum of RGB (Red+Green+Blue) = 195+151+85=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C39755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39755 is #3C68AA. Grayscale: #9C9C9C. Windows color (decimal): -3958955 or 5609411. OLE color: 5609411.

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

Color convert

RGB 195 151 85 -
CMYK 0 0.23 0.56 0.24
HSL 36º 0.48% 0.55% -
HSV(B) 36º 0.56% 0.76% -
XYZ 35.21 34.39 13.38 -
YUV 156.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 195 151 85 0 0.23 0.56 0.24 36 0.48 0.55
Hex C3 97 55 0 17 38 18 24 30 37
Octal 303 227 125 0 27 70 30 44 60 67
Binary 11000011 10010111 1010101 0 10111 111000 11000 100100 110000 110111

Color Harmonies of #C39755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39755

Black with #C39755

Text Example


Text Example

White with #C39755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39755; }

 p { color: rgb(195,151,85); }

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

background-color css

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

 a { background-color: rgb(195,151,85); }

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

border-color css

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

 span { border-color: rgb(195,151,85); }

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