Html Css Color HEX #CA8352 Raw Sienna

📋 copy color: '#CA8352'

red 202 ◦ green 131 ◦ blue 82

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

Shades of Raw Sienna #CA8352

Tints of Raw Sienna #CA8352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 82 (32.42% from 255) = 19.76%

R = 48.67%
G = 31.57%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA8352 (or 0xCA8352) is known color: Raw Sienna. HEX triplet: CA, 83 and 52. RGB value is (202,131,82). Sum of RGB (Red+Green+Blue) = 202+131+82=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8352 is #357CAD. Grayscale: #929292. Windows color (decimal): -3505326 or 5407690. OLE color: 5407690.

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

Color convert

RGB 202 131 82 -
CMYK 0 0.35 0.59 0.21
HSL 24.5º 0.53% 0.56% -
HSV(B) 24.5º 0.59% 0.79% -
XYZ 34 29.4 11.87 -
YUV 146.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 202 131 82 0 0.35 0.59 0.21 24.5 0.53 0.56
Hex CA 83 52 0 23 3B 15 18 35 38
Octal 312 203 122 0 43 73 25 30 65 70
Binary 11001010 10000011 1010010 0 100011 111011 10101 11000 110101 111000

Color Harmonies of #CA8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8352

Black with #CA8352

Text Example


Text Example

White with #CA8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8352; }

 p { color: rgb(202,131,82); }

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

background-color css

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

 a { background-color: rgb(202,131,82); }

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

border-color css

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

 span { border-color: rgb(202,131,82); }

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