Html Css Color HEX #C4884F Twine

📋 copy color: '#C4884F'

red 196 ◦ green 136 ◦ blue 79

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

Shades of Twine #C4884F

Tints of Twine #C4884F

RGB

 RED value IS 196 (76.95% from 255) = 47.69%

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

 BLUE value IS 79 (31.25% from 255) = 19.22%

R = 47.69%
G = 33.09%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4884F (or 0xC4884F) is known color: Twine. HEX triplet: C4, 88 and 4F. RGB value is (196,136,79). Sum of RGB (Red+Green+Blue) = 196+136+79=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4884F is #3B77B0. Grayscale: #939393. Windows color (decimal): -3897265 or 5212356. OLE color: 5212356.

HSL color Cylindrical-coordinate representation of color #C4884F: hue angle of 29.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4884F is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 79 -
CMYK 0 0.31 0.60 0.23
HSL 29.23º 0.5% 0.54% -
HSV(B) 29.23º 0.6% 0.77% -
XYZ 32.98 29.91 11.43 -
YUV 147.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 196 136 79 0 0.31 0.60 0.23 29.23 0.5 0.54
Hex C4 88 4F 0 1F 3C 17 1D 32 36
Octal 304 210 117 0 37 74 27 35 62 66
Binary 11000100 10001000 1001111 0 11111 111100 10111 11101 110010 110110

Color Harmonies of #C4884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4884F

Black with #C4884F

Text Example


Text Example

White with #C4884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4884F; }

 p { color: rgb(196,136,79); }

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

background-color css

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

 a { background-color: rgb(196,136,79); }

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

border-color css

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

 span { border-color: rgb(196,136,79); }

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