Html Css Color HEX #C38A54 Twine

📋 copy color: '#C38A54'

red 195 ◦ green 138 ◦ blue 84

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

Shades of Twine #C38A54

Tints of Twine #C38A54

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 46.76%
G = 33.09%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C38A54 (or 0xC38A54) is known color: Twine. HEX triplet: C3, 8A and 54. RGB value is (195,138,84). Sum of RGB (Red+Green+Blue) = 195+138+84=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A54 is #3C75AB. Grayscale: #959595. Windows color (decimal): -3962284 or 5540547. OLE color: 5540547.

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

Color convert

RGB 195 138 84 -
CMYK 0 0.29 0.57 0.24
HSL 29.19º 0.48% 0.55% -
HSV(B) 29.19º 0.57% 0.76% -
XYZ 33.19 30.42 12.51 -
YUV 148.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 195 138 84 0 0.29 0.57 0.24 29.19 0.48 0.55
Hex C3 8A 54 0 1D 39 18 1D 30 37
Octal 303 212 124 0 35 71 30 35 60 67
Binary 11000011 10001010 1010100 0 11101 111001 11000 11101 110000 110111

Color Harmonies of #C38A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A54

Black with #C38A54

Text Example


Text Example

White with #C38A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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