#C38451

Color #C38451 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C38451

Tints of Twine #C38451

Color information

#C38451 (or 0xC38451) is unknown color: approx Twine. HEX triplet: C3, 84 and 51. RGB value is (195,132,81). Sum of RGB (Red+Green+Blue) = 195+132+81=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C38451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38451 is #3C7BAE. Grayscale: #919191. Windows color (decimal): -3963823 or 5342403. OLE color: 5342403.

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

Color convert

RGB19513281-
CMYK00.320.580.24
HSL26.84º48.72%54.12%-
HSV(B)26.84º58.46%76.47%-
XYZ32.2428.711.62-
YUV145.0291.87163.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=47.79%
G=32.35%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951328100.320.580.2426.8448.7254.12
HexC384510203A181b3136
Octal3032041210407230336166
Binary1100001110000100101000101000001110101100011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38451; }

 p { color: rgb(195,132,81); }

 H1.HeaderClassName
 {
   color: #C38451;
 }
 .AnyTagClassName
 {
   color: #C38451;
 }
</style>
background-color css

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

 a { background-color: rgb(195,132,81); }

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

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

 span { border-color: rgb(195,132,81); }

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