Html Css Color HEX #CA824D Raw Sienna

📋 copy color: '#CA824D'

red 202 ◦ green 130 ◦ blue 77

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

Shades of Raw Sienna #CA824D

Tints of Raw Sienna #CA824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.78%

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 49.39%
G = 31.78%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA824D (or 0xCA824D) is known color: Raw Sienna. HEX triplet: CA, 82 and 4D. RGB value is (202,130,77). Sum of RGB (Red+Green+Blue) = 202+130+77=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA824D is #357DB2. Grayscale: #919191. Windows color (decimal): -3505587 or 5079754. OLE color: 5079754.

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

Color convert

RGB 202 130 77 -
CMYK 0 0.36 0.62 0.21
HSL 25.44º 0.54% 0.55% -
HSV(B) 25.44º 0.62% 0.79% -
XYZ 33.68 29.06 10.85 -
YUV 145.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 202 130 77 0 0.36 0.62 0.21 25.44 0.54 0.55
Hex CA 82 4D 0 24 3E 15 19 36 37
Octal 312 202 115 0 44 76 25 31 66 67
Binary 11001010 10000010 1001101 0 100100 111110 10101 11001 110110 110111

Color Harmonies of #CA824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA824D

Black with #CA824D

Text Example


Text Example

White with #CA824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA824D; }

 p { color: rgb(202,130,77); }

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

background-color css

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

 a { background-color: rgb(202,130,77); }

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

border-color css

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

 span { border-color: rgb(202,130,77); }

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