Html Css Color HEX #C38A53 Twine

📋 copy color: '#C38A53'

red 195 ◦ green 138 ◦ blue 83

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

Shades of Twine #C38A53

Tints of Twine #C38A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.95%

R = 46.88%
G = 33.17%
B = 19.95%

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

#C38A53 (or 0xC38A53) is known color: Twine. HEX triplet: C3, 8A and 53. RGB value is (195,138,83). Sum of RGB (Red+Green+Blue) = 195+138+83=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A53 is #3C75AC. Grayscale: #959595. Windows color (decimal): -3962285 or 5475011. OLE color: 5475011.

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

Color convert

RGB 195 138 83 -
CMYK 0 0.29 0.57 0.24
HSL 29.46º 0.48% 0.55% -
HSV(B) 29.46º 0.57% 0.76% -
XYZ 33.16 30.4 12.3 -
YUV 148.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 195 138 83 0 0.29 0.57 0.24 29.46 0.48 0.55
Hex C3 8A 53 0 1D 39 18 1D 30 37
Octal 303 212 123 0 35 71 30 35 60 67
Binary 11000011 10001010 1010011 0 11101 111001 11000 11101 110000 110111

Color Harmonies of #C38A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A53

Black with #C38A53

Text Example


Text Example

White with #C38A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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