Html Css Color HEX #CA7C4A Raw Sienna

📋 copy color: '#CA7C4A'

red 202 ◦ green 124 ◦ blue 74

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

Shades of Raw Sienna #CA7C4A

Tints of Raw Sienna #CA7C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31%

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 50.5%
G = 31%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA7C4A (or 0xCA7C4A) is known color: Raw Sienna. HEX triplet: CA, 7C and 4A. RGB value is (202,124,74). Sum of RGB (Red+Green+Blue) = 202+124+74=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C4A is #3583B5. Grayscale: #8D8D8D. Windows color (decimal): -3507126 or 4881610. OLE color: 4881610.

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

Color convert

RGB 202 124 74 -
CMYK 0 0.39 0.63 0.21
HSL 23.44º 0.55% 0.54% -
HSV(B) 23.44º 0.63% 0.79% -
XYZ 32.8 27.47 10.05 -
YUV 141.62 89.84 171.07 -
System Red Green Blue C M Y K H S L
Decimal 202 124 74 0 0.39 0.63 0.21 23.44 0.55 0.54
Hex CA 7C 4A 0 27 3F 15 17 37 36
Octal 312 174 112 0 47 77 25 27 67 66
Binary 11001010 1111100 1001010 0 100111 111111 10101 10111 110111 110110

Color Harmonies of #CA7C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7C4A

Black with #CA7C4A

Text Example


Text Example

White with #CA7C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7C4A; }

 p { color: rgb(202,124,74); }

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

background-color css

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

 a { background-color: rgb(202,124,74); }

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

border-color css

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

 span { border-color: rgb(202,124,74); }

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