Html Css Color HEX #C28B55 Twine

📋 copy color: '#C28B55'

red 194 ◦ green 139 ◦ blue 85

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

Shades of Twine #C28B55

Tints of Twine #C28B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.33%

R = 46.41%
G = 33.25%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C28B55 (or 0xC28B55) is known color: Twine. HEX triplet: C2, 8B and 55. RGB value is (194,139,85). Sum of RGB (Red+Green+Blue) = 194+139+85=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B55 is #3D74AA. Grayscale: #959595. Windows color (decimal): -4027563 or 5606338. OLE color: 5606338.

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

Color convert

RGB 194 139 85 -
CMYK 0 0.28 0.56 0.24
HSL 29.72º 0.47% 0.55% -
HSV(B) 29.72º 0.56% 0.76% -
XYZ 33.12 30.59 12.75 -
YUV 149.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 194 139 85 0 0.28 0.56 0.24 29.72 0.47 0.55
Hex C2 8B 55 0 1C 38 18 1E 2F 37
Octal 302 213 125 0 34 70 30 36 57 67
Binary 11000010 10001011 1010101 0 11100 111000 11000 11110 101111 110111

Color Harmonies of #C28B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B55

Black with #C28B55

Text Example


Text Example

White with #C28B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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