Html Css Color HEX #C28B54 Twine

📋 copy color: '#C28B54'

red 194 ◦ green 139 ◦ blue 84

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

Shades of Twine #C28B54

Tints of Twine #C28B54

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.33%

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

R = 46.52%
G = 33.33%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C28B54 (or 0xC28B54) is known color: Twine. HEX triplet: C2, 8B and 54. RGB value is (194,139,84). Sum of RGB (Red+Green+Blue) = 194+139+84=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B54 is #3D74AB. Grayscale: #959595. Windows color (decimal): -4027564 or 5540802. OLE color: 5540802.

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

Color convert

RGB 194 139 84 -
CMYK 0 0.28 0.57 0.24
HSL 30º 0.47% 0.55% -
HSV(B) 30º 0.57% 0.76% -
XYZ 33.08 30.57 12.55 -
YUV 149.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 194 139 84 0 0.28 0.57 0.24 30 0.47 0.55
Hex C2 8B 54 0 1C 39 18 1E 2F 37
Octal 302 213 124 0 34 71 30 36 57 67
Binary 11000010 10001011 1010100 0 11100 111001 11000 11110 101111 110111

Color Harmonies of #C28B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B54

Black with #C28B54

Text Example


Text Example

White with #C28B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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