Html Css Color HEX #CA8149 Raw Sienna

📋 copy color: '#CA8149'

red 202 ◦ green 129 ◦ blue 73

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

Shades of Raw Sienna #CA8149

Tints of Raw Sienna #CA8149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.93%

 BLUE value IS 73 (28.91% from 255) = 18.07%

R = 50%
G = 31.93%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA8149 (or 0xCA8149) is known color: Raw Sienna. HEX triplet: CA, 81 and 49. RGB value is (202,129,73). Sum of RGB (Red+Green+Blue) = 202+129+73=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8149 is #357EB6. Grayscale: #909090. Windows color (decimal): -3505847 or 4817354. OLE color: 4817354.

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

Color convert

RGB 202 129 73 -
CMYK 0 0.36 0.64 0.21
HSL 26.05º 0.55% 0.54% -
HSV(B) 26.05º 0.64% 0.79% -
XYZ 33.41 28.74 10.09 -
YUV 144.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 202 129 73 0 0.36 0.64 0.21 26.05 0.55 0.54
Hex CA 81 49 0 24 40 15 1A 37 36
Octal 312 201 111 0 44 100 25 32 67 66
Binary 11001010 10000001 1001001 0 100100 1000000 10101 11010 110111 110110

Color Harmonies of #CA8149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8149

Black with #CA8149

Text Example


Text Example

White with #CA8149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8149; }

 p { color: rgb(202,129,73); }

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

background-color css

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

 a { background-color: rgb(202,129,73); }

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

border-color css

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

 span { border-color: rgb(202,129,73); }

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