Html Css Color HEX #CA7945 Raw Sienna

📋 copy color: '#CA7945'

red 202 ◦ green 121 ◦ blue 69

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

Shades of Raw Sienna #CA7945

Tints of Raw Sienna #CA7945

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.87%

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

R = 51.53%
G = 30.87%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA7945 (or 0xCA7945) is known color: Raw Sienna. HEX triplet: CA, 79 and 45. RGB value is (202,121,69). Sum of RGB (Red+Green+Blue) = 202+121+69=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7945 is #3586BA. Grayscale: #8B8B8B. Windows color (decimal): -3507899 or 4553162. OLE color: 4553162.

HSL color Cylindrical-coordinate representation of color #CA7945: hue angle of 23.46º 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 #CA7945 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 121 69 -
CMYK 0 0.40 0.66 0.21
HSL 23.46º 0.56% 0.53% -
HSV(B) 23.46º 0.66% 0.79% -
XYZ 32.27 26.66 9.08 -
YUV 139.29 88.34 172.73 -
System Red Green Blue C M Y K H S L
Decimal 202 121 69 0 0.40 0.66 0.21 23.46 0.56 0.53
Hex CA 79 45 0 28 42 15 17 38 35
Octal 312 171 105 0 50 102 25 27 70 65
Binary 11001010 1111001 1000101 0 101000 1000010 10101 10111 111000 110101

Color Harmonies of #CA7945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7945

Black with #CA7945

Text Example


Text Example

White with #CA7945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7945; }

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

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

background-color css

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

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

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

border-color css

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

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

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