Html Css Color HEX #C78950 Twine

📋 copy color: '#C78950'

red 199 ◦ green 137 ◦ blue 80

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

Shades of Twine #C78950

Tints of Twine #C78950

RGB

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

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

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

R = 47.84%
G = 32.93%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C78950 (or 0xC78950) is known color: Twine. HEX triplet: C7, 89 and 50. RGB value is (199,137,80). Sum of RGB (Red+Green+Blue) = 199+137+80=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C78950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78950 is #3876AF. Grayscale: #959595. Windows color (decimal): -3700400 or 5278151. OLE color: 5278151.

HSL color Cylindrical-coordinate representation of color #C78950: hue angle of 28.74º 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 #C78950 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 137 80 -
CMYK 0 0.31 0.60 0.22
HSL 28.74º 0.52% 0.55% -
HSV(B) 28.74º 0.6% 0.78% -
XYZ 33.95 30.61 11.71 -
YUV 149.04 89.04 163.63 -
System Red Green Blue C M Y K H S L
Decimal 199 137 80 0 0.31 0.60 0.22 28.74 0.52 0.55
Hex C7 89 50 0 1F 3C 16 1D 34 37
Octal 307 211 120 0 37 74 26 35 64 67
Binary 11000111 10001001 1010000 0 11111 111100 10110 11101 110100 110111

Color Harmonies of #C78950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78950

Black with #C78950

Text Example


Text Example

White with #C78950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78950; }

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

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

background-color css

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

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

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

border-color css

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

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

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