Html Css Color HEX #C39150 Twine

📋 copy color: '#C39150'

red 195 ◦ green 145 ◦ blue 80

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

Shades of Twine #C39150

Tints of Twine #C39150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

 BLUE value IS 80 (31.64% from 255) = 19.05%

R = 46.43%
G = 34.52%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C39150 (or 0xC39150) is known color: Twine. HEX triplet: C3, 91 and 50. RGB value is (195,145,80). Sum of RGB (Red+Green+Blue) = 195+145+80=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C39150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39150 is #3C6EAF. Grayscale: #989898. Windows color (decimal): -3960496 or 5280195. OLE color: 5280195.

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

Color convert

RGB 195 145 80 -
CMYK 0 0.26 0.59 0.24
HSL 33.91º 0.49% 0.54% -
HSV(B) 33.91º 0.59% 0.76% -
XYZ 34.08 32.43 12.05 -
YUV 152.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 195 145 80 0 0.26 0.59 0.24 33.91 0.49 0.54
Hex C3 91 50 0 1A 3B 18 22 31 36
Octal 303 221 120 0 32 73 30 42 61 66
Binary 11000011 10010001 1010000 0 11010 111011 11000 100010 110001 110110

Color Harmonies of #C39150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39150

Black with #C39150

Text Example


Text Example

White with #C39150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39150; }

 p { color: rgb(195,145,80); }

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

background-color css

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

 a { background-color: rgb(195,145,80); }

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

border-color css

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

 span { border-color: rgb(195,145,80); }

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