Html Css Color HEX #C48954 Twine

📋 copy color: '#C48954'

red 196 ◦ green 137 ◦ blue 84

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

Shades of Twine #C48954

Tints of Twine #C48954

RGB

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

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

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

R = 47%
G = 32.85%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C48954 (or 0xC48954) is known color: Twine. HEX triplet: C4, 89 and 54. RGB value is (196,137,84). Sum of RGB (Red+Green+Blue) = 196+137+84=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C48954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48954 is #3B76AB. Grayscale: #949494. Windows color (decimal): -3897004 or 5540292. OLE color: 5540292.

HSL color Cylindrical-coordinate representation of color #C48954: hue angle of 28.39º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C48954 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 84 -
CMYK 0 0.30 0.57 0.23
HSL 28.39º 0.49% 0.55% -
HSV(B) 28.39º 0.57% 0.77% -
XYZ 33.31 30.27 12.47 -
YUV 148.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 196 137 84 0 0.30 0.57 0.23 28.39 0.49 0.55
Hex C4 89 54 0 1E 39 17 1C 31 37
Octal 304 211 124 0 36 71 27 34 61 67
Binary 11000100 10001001 1010100 0 11110 111001 10111 11100 110001 110111

Color Harmonies of #C48954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48954

Black with #C48954

Text Example


Text Example

White with #C48954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48954; }

 p { color: rgb(196,137,84); }

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

background-color css

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

 a { background-color: rgb(196,137,84); }

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

border-color css

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

 span { border-color: rgb(196,137,84); }

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