#C38B50

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

Shades of Twine #C38B50

Tints of Twine #C38B50

Color information

#C38B50 (or 0xC38B50) is unknown color: approx Twine. HEX triplet: C3, 8B and 50. RGB value is (195,139,80). Sum of RGB (Red+Green+Blue) = 195+139+80=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B50 is #3C74AF. Grayscale: #959595. Windows color (decimal): -3962032 or 5278659. OLE color: 5278659.

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

Color convert

RGB19513980-
CMYK00.290.590.24
HSL30.78º48.94%53.92%-
HSV(B)30.78º58.97%76.47%-
XYZ33.1930.6511.76-
YUV149.0289.05160.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 80 (31.64% from 255) = 19.32%
R=47.10%
G=33.57%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951398000.290.590.2430.7848.9453.92
HexC38B5001D3B181f3136
Octal3032131200357330376166
Binary110000111000101110100000111011110111100011111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B50; }

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

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

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

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

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

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

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

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