Html Css Color HEX #C39552 Twine

📋 copy color: '#C39552'

red 195 ◦ green 149 ◦ blue 82

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

Shades of Twine #C39552

Tints of Twine #C39552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.98%

 BLUE value IS 82 (32.42% from 255) = 19.25%

R = 45.77%
G = 34.98%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C39552 (or 0xC39552) is known color: Twine. HEX triplet: C3, 95 and 52. RGB value is (195,149,82). Sum of RGB (Red+Green+Blue) = 195+149+82=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C39552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39552 is #3C6AAD. Grayscale: #9B9B9B. Windows color (decimal): -3959470 or 5412291. OLE color: 5412291.

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

Color convert

RGB 195 149 82 -
CMYK 0 0.24 0.58 0.24
HSL 35.58º 0.48% 0.54% -
HSV(B) 35.58º 0.58% 0.76% -
XYZ 34.78 33.71 12.66 -
YUV 155.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 195 149 82 0 0.24 0.58 0.24 35.58 0.48 0.54
Hex C3 95 52 0 18 3A 18 24 30 36
Octal 303 225 122 0 30 72 30 44 60 66
Binary 11000011 10010101 1010010 0 11000 111010 11000 100100 110000 110110

Color Harmonies of #C39552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39552

Black with #C39552

Text Example


Text Example

White with #C39552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39552; }

 p { color: rgb(195,149,82); }

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

background-color css

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

 a { background-color: rgb(195,149,82); }

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

border-color css

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

 span { border-color: rgb(195,149,82); }

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