Html Css Color HEX #C48054 Raw Sienna

📋 copy color: '#C48054'

red 196 ◦ green 128 ◦ blue 84

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

Shades of Raw Sienna #C48054

Tints of Raw Sienna #C48054

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.37%

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

R = 48.04%
G = 31.37%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C48054 (or 0xC48054) is known color: Raw Sienna. HEX triplet: C4, 80 and 54. RGB value is (196,128,84). Sum of RGB (Red+Green+Blue) = 196+128+84=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C48054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48054 is #3B7FAB. Grayscale: #8F8F8F. Windows color (decimal): -3899308 or 5537988. OLE color: 5537988.

HSL color Cylindrical-coordinate representation of color #C48054: hue angle of 23.57º 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 #C48054 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 84 -
CMYK 0 0.35 0.57 0.23
HSL 23.57º 0.49% 0.55% -
HSV(B) 23.57º 0.57% 0.77% -
XYZ 32.08 27.81 12.07 -
YUV 143.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 196 128 84 0 0.35 0.57 0.23 23.57 0.49 0.55
Hex C4 80 54 0 23 39 17 18 31 37
Octal 304 200 124 0 43 71 27 30 61 67
Binary 11000100 10000000 1010100 0 100011 111001 10111 11000 110001 110111

Color Harmonies of #C48054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48054

Black with #C48054

Text Example


Text Example

White with #C48054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48054; }

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

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

background-color css

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

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

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

border-color css

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

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

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