#CA7B4C

Color #CA7B4C Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CA7B4C

Tints of Raw Sienna #CA7B4C

Color information

#CA7B4C (or 0xCA7B4C) is unknown color: approx Raw Sienna. HEX triplet: CA, 7B and 4C. RGB value is (202,123,76). Sum of RGB (Red+Green+Blue) = 202+123+76=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B4C is #3584B3. Grayscale: #8D8D8D. Windows color (decimal): -3507380 or 5012426. OLE color: 5012426.

HSL color Cylindrical-coordinate representation of color #CA7B4C: hue angle of 22.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA7B4C is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20212376-
CMYK00.390.620.21
HSL22.38º54.31%54.51%-
HSV(B)22.38º62.38%79.22%-
XYZ32.7427.2410.37-
YUV141.2691.17171.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=50.37%
G=30.67%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021237600.390.620.2122.3854.3154.51
HexCA7B4C0273E15163637
Octal3121731140477625266667
Binary110010101111011100110001001111111101010110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7B4C; }

 p { color: rgb(202,123,76); }

 H1.HeaderClassName
 {
   color: #CA7B4C;
 }
 .AnyTagClassName
 {
   color: #CA7B4C;
 }
</style>
background-color css

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

 a { background-color: rgb(202,123,76); }

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

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

 span { border-color: rgb(202,123,76); }

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