Html Css Color HEX #C79350 Twine

📋 copy color: '#C79350'

red 199 ◦ green 147 ◦ blue 80

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

Shades of Twine #C79350

Tints of Twine #C79350

RGB

 RED value IS 199 (78.13% from 255) = 46.71%

 GREEN value IS 147 (57.81% from 255) = 34.51%

 BLUE value IS 80 (31.64% from 255) = 18.78%

R = 46.71%
G = 34.51%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C79350 (or 0xC79350) is known color: Twine. HEX triplet: C7, 93 and 50. RGB value is (199,147,80). Sum of RGB (Red+Green+Blue) = 199+147+80=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C79350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79350 is #386CAF. Grayscale: #9B9B9B. Windows color (decimal): -3697840 or 5280711. OLE color: 5280711.

HSL color Cylindrical-coordinate representation of color #C79350: hue angle of 33.78º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C79350 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 147 80 -
CMYK 0 0.26 0.60 0.22
HSL 33.78º 0.52% 0.55% -
HSV(B) 33.78º 0.6% 0.78% -
XYZ 35.43 33.59 12.21 -
YUV 154.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 199 147 80 0 0.26 0.60 0.22 33.78 0.52 0.55
Hex C7 93 50 0 1A 3C 16 22 34 37
Octal 307 223 120 0 32 74 26 42 64 67
Binary 11000111 10010011 1010000 0 11010 111100 10110 100010 110100 110111

Color Harmonies of #C79350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79350

Black with #C79350

Text Example


Text Example

White with #C79350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79350; }

 p { color: rgb(199,147,80); }

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

background-color css

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

 a { background-color: rgb(199,147,80); }

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

border-color css

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

 span { border-color: rgb(199,147,80); }

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