Html Css Color HEX #C39852 Twine

📋 copy color: '#C39852'

red 195 ◦ green 152 ◦ blue 82

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

Shades of Twine #C39852

Tints of Twine #C39852

RGB

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

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

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

R = 45.45%
G = 35.43%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C39852 (or 0xC39852) is known color: Twine. HEX triplet: C3, 98 and 52. RGB value is (195,152,82). Sum of RGB (Red+Green+Blue) = 195+152+82=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C39852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39852 is #3C67AD. Grayscale: #9D9D9D. Windows color (decimal): -3958702 or 5413059. OLE color: 5413059.

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

Color convert

RGB 195 152 82 -
CMYK 0 0.22 0.58 0.24
HSL 37.17º 0.48% 0.54% -
HSV(B) 37.17º 0.58% 0.76% -
XYZ 35.26 34.67 12.82 -
YUV 156.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 195 152 82 0 0.22 0.58 0.24 37.17 0.48 0.54
Hex C3 98 52 0 16 3A 18 25 30 36
Octal 303 230 122 0 26 72 30 45 60 66
Binary 11000011 10011000 1010010 0 10110 111010 11000 100101 110000 110110

Color Harmonies of #C39852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39852

Black with #C39852

Text Example


Text Example

White with #C39852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39852; }

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

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

background-color css

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

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

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

border-color css

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

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

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