Html Css Color HEX #C78850 Twine

📋 copy color: '#C78850'

red 199 ◦ green 136 ◦ blue 80

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

Shades of Twine #C78850

Tints of Twine #C78850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

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

R = 47.95%
G = 32.77%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C78850 (or 0xC78850) is known color: Twine. HEX triplet: C7, 88 and 50. RGB value is (199,136,80). Sum of RGB (Red+Green+Blue) = 199+136+80=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C78850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78850 is #3877AF. Grayscale: #949494. Windows color (decimal): -3700656 or 5277895. OLE color: 5277895.

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

Color convert

RGB 199 136 80 -
CMYK 0 0.32 0.60 0.22
HSL 28.24º 0.52% 0.55% -
HSV(B) 28.24º 0.6% 0.78% -
XYZ 33.81 30.33 11.66 -
YUV 148.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 199 136 80 0 0.32 0.60 0.22 28.24 0.52 0.55
Hex C7 88 50 0 20 3C 16 1C 34 37
Octal 307 210 120 0 40 74 26 34 64 67
Binary 11000111 10001000 1010000 0 100000 111100 10110 11100 110100 110111

Color Harmonies of #C78850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78850

Black with #C78850

Text Example


Text Example

White with #C78850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78850; }

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

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

background-color css

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

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

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

border-color css

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

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

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