Html Css Color HEX #C38D52 Twine

📋 copy color: '#C38D52'

red 195 ◦ green 141 ◦ blue 82

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

Shades of Twine #C38D52

Tints of Twine #C38D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 46.65%
G = 33.73%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C38D52 (or 0xC38D52) is known color: Twine. HEX triplet: C3, 8D and 52. RGB value is (195,141,82). Sum of RGB (Red+Green+Blue) = 195+141+82=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D52 is #3C72AD. Grayscale: #969696. Windows color (decimal): -3961518 or 5410243. OLE color: 5410243.

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

Color convert

RGB 195 141 82 -
CMYK 0 0.28 0.58 0.24
HSL 31.33º 0.48% 0.54% -
HSV(B) 31.33º 0.58% 0.76% -
XYZ 33.55 31.26 12.25 -
YUV 150.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 195 141 82 0 0.28 0.58 0.24 31.33 0.48 0.54
Hex C3 8D 52 0 1C 3A 18 1F 30 36
Octal 303 215 122 0 34 72 30 37 60 66
Binary 11000011 10001101 1010010 0 11100 111010 11000 11111 110000 110110

Color Harmonies of #C38D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D52

Black with #C38D52

Text Example


Text Example

White with #C38D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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