Html Css Color HEX #C28D53 Twine

📋 copy color: '#C28D53'

red 194 ◦ green 141 ◦ blue 83

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

Shades of Twine #C28D53

Tints of Twine #C28D53

RGB

 RED value IS 194 (76.17% from 255) = 46.41%

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

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

R = 46.41%
G = 33.73%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C28D53 (or 0xC28D53) is known color: Twine. HEX triplet: C2, 8D and 53. RGB value is (194,141,83). Sum of RGB (Red+Green+Blue) = 194+141+83=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D53 is #3D72AC. Grayscale: #969696. Windows color (decimal): -4027053 or 5475778. OLE color: 5475778.

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

Color convert

RGB 194 141 83 -
CMYK 0 0.27 0.57 0.24
HSL 31.35º 0.48% 0.54% -
HSV(B) 31.35º 0.57% 0.76% -
XYZ 33.33 31.14 12.44 -
YUV 150.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 194 141 83 0 0.27 0.57 0.24 31.35 0.48 0.54
Hex C2 8D 53 0 1B 39 18 1F 30 36
Octal 302 215 123 0 33 71 30 37 60 66
Binary 11000010 10001101 1010011 0 11011 111001 11000 11111 110000 110110

Color Harmonies of #C28D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D53

Black with #C28D53

Text Example


Text Example

White with #C28D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D53; }

 p { color: rgb(194,141,83); }

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

background-color css

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

 a { background-color: rgb(194,141,83); }

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

border-color css

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

 span { border-color: rgb(194,141,83); }

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