Html Css Color HEX #C39352 Twine

📋 copy color: '#C39352'

red 195 ◦ green 147 ◦ blue 82

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

Shades of Twine #C39352

Tints of Twine #C39352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.67%

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

R = 45.99%
G = 34.67%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C39352 (or 0xC39352) is known color: Twine. HEX triplet: C3, 93 and 52. RGB value is (195,147,82). Sum of RGB (Red+Green+Blue) = 195+147+82=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C39352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39352 is #3C6CAD. Grayscale: #9A9A9A. Windows color (decimal): -3959982 or 5411779. OLE color: 5411779.

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

Color convert

RGB 195 147 82 -
CMYK 0 0.25 0.58 0.24
HSL 34.51º 0.48% 0.54% -
HSV(B) 34.51º 0.58% 0.76% -
XYZ 34.46 33.08 12.55 -
YUV 153.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 195 147 82 0 0.25 0.58 0.24 34.51 0.48 0.54
Hex C3 93 52 0 19 3A 18 23 30 36
Octal 303 223 122 0 31 72 30 43 60 66
Binary 11000011 10010011 1010010 0 11001 111010 11000 100011 110000 110110

Color Harmonies of #C39352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39352

Black with #C39352

Text Example


Text Example

White with #C39352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39352; }

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

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

background-color css

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

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

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

border-color css

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

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

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