Html Css Color HEX #C38D54 Twine

📋 copy color: '#C38D54'

red 195 ◦ green 141 ◦ blue 84

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

Shades of Twine #C38D54

Tints of Twine #C38D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20%

R = 46.43%
G = 33.57%
B = 20%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C38D54 (or 0xC38D54) is known color: Twine. HEX triplet: C3, 8D and 54. RGB value is (195,141,84). Sum of RGB (Red+Green+Blue) = 195+141+84=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D54 is #3C72AB. Grayscale: #969696. Windows color (decimal): -3961516 or 5541315. OLE color: 5541315.

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

Color convert

RGB 195 141 84 -
CMYK 0 0.28 0.57 0.24
HSL 30.81º 0.48% 0.55% -
HSV(B) 30.81º 0.57% 0.76% -
XYZ 33.63 31.29 12.65 -
YUV 150.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 195 141 84 0 0.28 0.57 0.24 30.81 0.48 0.55
Hex C3 8D 54 0 1C 39 18 1F 30 37
Octal 303 215 124 0 34 71 30 37 60 67
Binary 11000011 10001101 1010100 0 11100 111001 11000 11111 110000 110111

Color Harmonies of #C38D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D54

Black with #C38D54

Text Example


Text Example

White with #C38D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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