Html Css Color HEX #C38D4F Twine

📋 copy color: '#C38D4F'

red 195 ◦ green 141 ◦ blue 79

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

Shades of Twine #C38D4F

Tints of Twine #C38D4F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.98%

 BLUE value IS 79 (31.25% from 255) = 19.04%

R = 46.99%
G = 33.98%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C38D4F (or 0xC38D4F) is known color: Twine. HEX triplet: C3, 8D and 4F. RGB value is (195,141,79). Sum of RGB (Red+Green+Blue) = 195+141+79=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D4F is #3C72B0. Grayscale: #969696. Windows color (decimal): -3961521 or 5213635. OLE color: 5213635.

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

Color convert

RGB 195 141 79 -
CMYK 0 0.28 0.59 0.24
HSL 32.07º 0.49% 0.54% -
HSV(B) 32.07º 0.59% 0.76% -
XYZ 33.44 31.22 11.66 -
YUV 150.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 195 141 79 0 0.28 0.59 0.24 32.07 0.49 0.54
Hex C3 8D 4F 0 1C 3B 18 20 31 36
Octal 303 215 117 0 34 73 30 40 61 66
Binary 11000011 10001101 1001111 0 11100 111011 11000 100000 110001 110110

Color Harmonies of #C38D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D4F

Black with #C38D4F

Text Example


Text Example

White with #C38D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D4F; }

 p { color: rgb(195,141,79); }

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

background-color css

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

 a { background-color: rgb(195,141,79); }

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

border-color css

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

 span { border-color: rgb(195,141,79); }

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