Html Css Color HEX #CA7F47 Raw Sienna

📋 copy color: '#CA7F47'

red 202 ◦ green 127 ◦ blue 71

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

Shades of Raw Sienna #CA7F47

Tints of Raw Sienna #CA7F47

RGB

 RED value IS 202 (79.3% from 255) = 50.5%

 GREEN value IS 127 (50% from 255) = 31.75%

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 50.5%
G = 31.75%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA7F47 (or 0xCA7F47) is known color: Raw Sienna. HEX triplet: CA, 7F and 47. RGB value is (202,127,71). Sum of RGB (Red+Green+Blue) = 202+127+71=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F47 is #3580B8. Grayscale: #8F8F8F. Windows color (decimal): -3506361 or 4685770. OLE color: 4685770.

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

Color convert

RGB 202 127 71 -
CMYK 0 0.37 0.65 0.21
HSL 25.65º 0.55% 0.54% -
HSV(B) 25.65º 0.65% 0.79% -
XYZ 33.08 28.19 9.66 -
YUV 143.04 87.35 170.05 -
System Red Green Blue C M Y K H S L
Decimal 202 127 71 0 0.37 0.65 0.21 25.65 0.55 0.54
Hex CA 7F 47 0 25 41 15 1A 37 36
Octal 312 177 107 0 45 101 25 32 67 66
Binary 11001010 1111111 1000111 0 100101 1000001 10101 11010 110111 110110

Color Harmonies of #CA7F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F47

Black with #CA7F47

Text Example


Text Example

White with #CA7F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F47; }

 p { color: rgb(202,127,71); }

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

background-color css

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

 a { background-color: rgb(202,127,71); }

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

border-color css

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

 span { border-color: rgb(202,127,71); }

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