Html Css Color HEX #C39855 Twine

📋 copy color: '#C39855'

red 195 ◦ green 152 ◦ blue 85

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

Shades of Twine #C39855

Tints of Twine #C39855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.19%

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

R = 45.14%
G = 35.19%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C39855 (or 0xC39855) is known color: Twine. HEX triplet: C3, 98 and 55. RGB value is (195,152,85). Sum of RGB (Red+Green+Blue) = 195+152+85=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C39855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39855 is #3C67AA. Grayscale: #9D9D9D. Windows color (decimal): -3958699 or 5609667. OLE color: 5609667.

HSL color Cylindrical-coordinate representation of color #C39855: hue angle of 36.55º 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 #C39855 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 152 85 -
CMYK 0 0.22 0.56 0.24
HSL 36.55º 0.48% 0.55% -
HSV(B) 36.55º 0.56% 0.76% -
XYZ 35.37 34.71 13.43 -
YUV 157.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 195 152 85 0 0.22 0.56 0.24 36.55 0.48 0.55
Hex C3 98 55 0 16 38 18 25 30 37
Octal 303 230 125 0 26 70 30 45 60 67
Binary 11000011 10011000 1010101 0 10110 111000 11000 100101 110000 110111

Color Harmonies of #C39855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39855

Black with #C39855

Text Example


Text Example

White with #C39855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39855; }

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

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

background-color css

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

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

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

border-color css

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

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

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