Html Css Color HEX #C39752 Twine

📋 copy color: '#C39752'

red 195 ◦ green 151 ◦ blue 82

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

Shades of Twine #C39752

Tints of Twine #C39752

RGB

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

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

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

R = 45.56%
G = 35.28%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C39752 (or 0xC39752) is known color: Twine. HEX triplet: C3, 97 and 52. RGB value is (195,151,82). Sum of RGB (Red+Green+Blue) = 195+151+82=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C39752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39752 is #3C68AD. Grayscale: #9C9C9C. Windows color (decimal): -3958958 or 5412803. OLE color: 5412803.

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

Color convert

RGB 195 151 82 -
CMYK 0 0.23 0.58 0.24
HSL 36.64º 0.48% 0.54% -
HSV(B) 36.64º 0.58% 0.76% -
XYZ 35.1 34.34 12.76 -
YUV 156.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 195 151 82 0 0.23 0.58 0.24 36.64 0.48 0.54
Hex C3 97 52 0 17 3A 18 25 30 36
Octal 303 227 122 0 27 72 30 45 60 66
Binary 11000011 10010111 1010010 0 10111 111010 11000 100101 110000 110110

Color Harmonies of #C39752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39752

Black with #C39752

Text Example


Text Example

White with #C39752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39752; }

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

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

background-color css

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

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

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

border-color css

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

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

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