#CA7E46

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

Shades of Raw Sienna #CA7E46

Tints of Raw Sienna #CA7E46

Color information

#CA7E46 (or 0xCA7E46) is unknown color: approx Raw Sienna. HEX triplet: CA, 7E and 46. RGB value is (202,126,70). Sum of RGB (Red+Green+Blue) = 202+126+70=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E46 is #3581B9. Grayscale: #8E8E8E. Windows color (decimal): -3506618 or 4619978. OLE color: 4619978.

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

Color convert

RGB20212670-
CMYK00.380.650.21
HSL25.45º55.46%53.33%-
HSV(B)25.45º65.35%79.22%-
XYZ32.9227.929.45-
YUV142.3487.18170.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 70 (27.73% from 255) = 17.59%
R=50.75%
G=31.66%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021267000.380.650.2125.4555.4653.33
HexCA7E460264115193735
Octal31217610604610125316765
Binary1100101011111101000110010011010000011010111001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E46; }

 p { color: rgb(202,126,70); }

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

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

 a { background-color: rgb(202,126,70); }

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

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

 span { border-color: rgb(202,126,70); }

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