Html Css Color HEX #C39461 Twine

📋 copy color: '#C39461'

red 195 ◦ green 148 ◦ blue 97

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

Shades of Twine #C39461

Tints of Twine #C39461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

 BLUE value IS 97 (38.28% from 255) = 22.05%

R = 44.32%
G = 33.64%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C39461 (or 0xC39461) is known color: Twine. HEX triplet: C3, 94 and 61. RGB value is (195,148,97). Sum of RGB (Red+Green+Blue) = 195+148+97=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C39461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39461 is #3C6B9E. Grayscale: #9C9C9C. Windows color (decimal): -3959711 or 6395075. OLE color: 6395075.

HSL color Cylindrical-coordinate representation of color #C39461: hue angle of 31.22º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C39461 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 148 97 -
CMYK 0 0.24 0.50 0.24
HSL 31.22º 0.45% 0.57% -
HSV(B) 31.22º 0.5% 0.76% -
XYZ 35.25 33.64 15.95 -
YUV 156.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 195 148 97 0 0.24 0.50 0.24 31.22 0.45 0.57
Hex C3 94 61 0 18 32 18 1F 2D 39
Octal 303 224 141 0 30 62 30 37 55 71
Binary 11000011 10010100 1100001 0 11000 110010 11000 11111 101101 111001

Color Harmonies of #C39461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39461

Black with #C39461

Text Example


Text Example

White with #C39461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39461; }

 p { color: rgb(195,148,97); }

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

background-color css

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

 a { background-color: rgb(195,148,97); }

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

border-color css

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

 span { border-color: rgb(195,148,97); }

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