Html Css Color HEX #C28D54 Twine

📋 copy color: '#C28D54'

red 194 ◦ green 141 ◦ blue 84

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

Shades of Twine #C28D54

Tints of Twine #C28D54

RGB

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

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

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

R = 46.3%
G = 33.65%
B = 20.05%

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

#C28D54 (or 0xC28D54) is known color: Twine. HEX triplet: C2, 8D and 54. RGB value is (194,141,84). Sum of RGB (Red+Green+Blue) = 194+141+84=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D54 is #3D72AB. Grayscale: #969696. Windows color (decimal): -4027052 or 5541314. OLE color: 5541314.

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

Color convert

RGB 194 141 84 -
CMYK 0 0.27 0.57 0.24
HSL 31.09º 0.47% 0.55% -
HSV(B) 31.09º 0.57% 0.76% -
XYZ 33.37 31.16 12.64 -
YUV 150.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 194 141 84 0 0.27 0.57 0.24 31.09 0.47 0.55
Hex C2 8D 54 0 1B 39 18 1F 2F 37
Octal 302 215 124 0 33 71 30 37 57 67
Binary 11000010 10001101 1010100 0 11011 111001 11000 11111 101111 110111

Color Harmonies of #C28D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D54

Black with #C28D54

Text Example


Text Example

White with #C28D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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