Html Css Color HEX #C28952 Twine

📋 copy color: '#C28952'

red 194 ◦ green 137 ◦ blue 82

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

Shades of Twine #C28952

Tints of Twine #C28952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.17%

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

R = 46.97%
G = 33.17%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C28952 (or 0xC28952) is known color: Twine. HEX triplet: C2, 89 and 52. RGB value is (194,137,82). Sum of RGB (Red+Green+Blue) = 194+137+82=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C28952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28952 is #3D76AD. Grayscale: #949494. Windows color (decimal): -4028078 or 5409218. OLE color: 5409218.

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

Color convert

RGB 194 137 82 -
CMYK 0 0.29 0.58 0.24
HSL 29.46º 0.48% 0.54% -
HSV(B) 29.46º 0.58% 0.76% -
XYZ 32.72 29.97 12.04 -
YUV 147.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 194 137 82 0 0.29 0.58 0.24 29.46 0.48 0.54
Hex C2 89 52 0 1D 3A 18 1D 30 36
Octal 302 211 122 0 35 72 30 35 60 66
Binary 11000010 10001001 1010010 0 11101 111010 11000 11101 110000 110110

Color Harmonies of #C28952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28952

Black with #C28952

Text Example


Text Example

White with #C28952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28952; }

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

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

background-color css

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

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

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

border-color css

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

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

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