Html Css Color HEX #C48B5C Twine

📋 copy color: '#C48B5C'

red 196 ◦ green 139 ◦ blue 92

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

Shades of Twine #C48B5C

Tints of Twine #C48B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 45.9%
G = 32.55%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C48B5C (or 0xC48B5C) is known color: Twine. HEX triplet: C4, 8B and 5C. RGB value is (196,139,92). Sum of RGB (Red+Green+Blue) = 196+139+92=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48B5C is #3B74A3. Grayscale: #969696. Windows color (decimal): -3896484 or 6065092. OLE color: 6065092.

HSL color Cylindrical-coordinate representation of color #C48B5C: hue angle of 27.12º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C48B5C is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 139 92 -
CMYK 0 0.29 0.53 0.23
HSL 27.12º 0.47% 0.56% -
HSV(B) 27.12º 0.53% 0.77% -
XYZ 33.93 30.97 14.32 -
YUV 150.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 196 139 92 0 0.29 0.53 0.23 27.12 0.47 0.56
Hex C4 8B 5C 0 1D 35 17 1B 2F 38
Octal 304 213 134 0 35 65 27 33 57 70
Binary 11000100 10001011 1011100 0 11101 110101 10111 11011 101111 111000

Color Harmonies of #C48B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B5C

Black with #C48B5C

Text Example


Text Example

White with #C48B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B5C; }

 p { color: rgb(196,139,92); }

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

background-color css

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

 a { background-color: rgb(196,139,92); }

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

border-color css

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

 span { border-color: rgb(196,139,92); }

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