Html Css Color HEX #C48453 Twine

📋 copy color: '#C48453'

red 196 ◦ green 132 ◦ blue 83

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

Shades of Twine #C48453

Tints of Twine #C48453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

 BLUE value IS 83 (32.81% from 255) = 20.19%

R = 47.69%
G = 32.12%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C48453 (or 0xC48453) is known color: Twine. HEX triplet: C4, 84 and 53. RGB value is (196,132,83). Sum of RGB (Red+Green+Blue) = 196+132+83=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C48453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48453 is #3B7BAC. Grayscale: #919191. Windows color (decimal): -3898285 or 5473476. OLE color: 5473476.

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

Color convert

RGB 196 132 83 -
CMYK 0 0.33 0.58 0.23
HSL 26.02º 0.49% 0.55% -
HSV(B) 26.02º 0.58% 0.77% -
XYZ 32.58 28.86 12.04 -
YUV 145.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 196 132 83 0 0.33 0.58 0.23 26.02 0.49 0.55
Hex C4 84 53 0 21 3A 17 1A 31 37
Octal 304 204 123 0 41 72 27 32 61 67
Binary 11000100 10000100 1010011 0 100001 111010 10111 11010 110001 110111

Color Harmonies of #C48453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48453

Black with #C48453

Text Example


Text Example

White with #C48453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48453; }

 p { color: rgb(196,132,83); }

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

background-color css

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

 a { background-color: rgb(196,132,83); }

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

border-color css

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

 span { border-color: rgb(196,132,83); }

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