Html Css Color HEX #C28752 Twine

📋 copy color: '#C28752'

red 194 ◦ green 135 ◦ blue 82

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

Shades of Twine #C28752

Tints of Twine #C28752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.85%

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

R = 47.2%
G = 32.85%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C28752 (or 0xC28752) is known color: Twine. HEX triplet: C2, 87 and 52. RGB value is (194,135,82). Sum of RGB (Red+Green+Blue) = 194+135+82=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C28752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28752 is #3D78AD. Grayscale: #929292. Windows color (decimal): -4028590 or 5408706. OLE color: 5408706.

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

Color convert

RGB 194 135 82 -
CMYK 0 0.30 0.58 0.24
HSL 28.39º 0.48% 0.54% -
HSV(B) 28.39º 0.58% 0.76% -
XYZ 32.44 29.41 11.95 -
YUV 146.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 194 135 82 0 0.30 0.58 0.24 28.39 0.48 0.54
Hex C2 87 52 0 1E 3A 18 1C 30 36
Octal 302 207 122 0 36 72 30 34 60 66
Binary 11000010 10000111 1010010 0 11110 111010 11000 11100 110000 110110

Color Harmonies of #C28752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28752

Black with #C28752

Text Example


Text Example

White with #C28752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28752; }

 p { color: rgb(194,135,82); }

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

background-color css

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

 a { background-color: rgb(194,135,82); }

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

border-color css

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

 span { border-color: rgb(194,135,82); }

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