Html Css Color HEX #C08754 Twine

📋 copy color: '#C08754'

red 192 ◦ green 135 ◦ blue 84

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

Shades of Twine #C08754

Tints of Twine #C08754

RGB

 RED value IS 192 (75.39% from 255) = 46.72%

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

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

R = 46.72%
G = 32.85%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08754 (or 0xC08754) is known color: Twine. HEX triplet: C0, 87 and 54. RGB value is (192,135,84). Sum of RGB (Red+Green+Blue) = 192+135+84=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C08754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08754 is #3F78AB. Grayscale: #929292. Windows color (decimal): -4159660 or 5539776. OLE color: 5539776.

HSL color Cylindrical-coordinate representation of color #C08754: hue angle of 28.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C08754 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 84 -
CMYK 0 0.30 0.56 0.25
HSL 28.33º 0.46% 0.54% -
HSV(B) 28.33º 0.56% 0.75% -
XYZ 32 29.17 12.33 -
YUV 146.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 192 135 84 0 0.30 0.56 0.25 28.33 0.46 0.54
Hex C0 87 54 0 1E 38 19 1C 2E 36
Octal 300 207 124 0 36 70 31 34 56 66
Binary 11000000 10000111 1010100 0 11110 111000 11001 11100 101110 110110

Color Harmonies of #C08754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08754

Black with #C08754

Text Example


Text Example

White with #C08754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08754; }

 p { color: rgb(192,135,84); }

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

background-color css

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

 a { background-color: rgb(192,135,84); }

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

border-color css

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

 span { border-color: rgb(192,135,84); }

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