Html Css Color HEX #CA7745 Raw Sienna

📋 copy color: '#CA7745'

red 202 ◦ green 119 ◦ blue 69

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

Shades of Raw Sienna #CA7745

Tints of Raw Sienna #CA7745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.51%

 BLUE value IS 69 (27.34% from 255) = 17.69%

R = 51.79%
G = 30.51%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA7745 (or 0xCA7745) is known color: Raw Sienna. HEX triplet: CA, 77 and 45. RGB value is (202,119,69). Sum of RGB (Red+Green+Blue) = 202+119+69=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7745 is #3588BA. Grayscale: #8A8A8A. Windows color (decimal): -3508411 or 4552650. OLE color: 4552650.

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

Color convert

RGB 202 119 69 -
CMYK 0 0.41 0.66 0.21
HSL 22.56º 0.56% 0.53% -
HSV(B) 22.56º 0.66% 0.79% -
XYZ 32.03 26.18 9 -
YUV 138.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 202 119 69 0 0.41 0.66 0.21 22.56 0.56 0.53
Hex CA 77 45 0 29 42 15 17 38 35
Octal 312 167 105 0 51 102 25 27 70 65
Binary 11001010 1110111 1000101 0 101001 1000010 10101 10111 111000 110101

Color Harmonies of #CA7745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7745

Black with #CA7745

Text Example


Text Example

White with #CA7745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7745; }

 p { color: rgb(202,119,69); }

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

background-color css

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

 a { background-color: rgb(202,119,69); }

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

border-color css

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

 span { border-color: rgb(202,119,69); }

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