Html Css Color HEX #CA824B Raw Sienna

📋 copy color: '#CA824B'

red 202 ◦ green 130 ◦ blue 75

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

Shades of Raw Sienna #CA824B

Tints of Raw Sienna #CA824B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 49.63%
G = 31.94%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA824B (or 0xCA824B) is known color: Raw Sienna. HEX triplet: CA, 82 and 4B. RGB value is (202,130,75). Sum of RGB (Red+Green+Blue) = 202+130+75=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA824B is #357DB4. Grayscale: #919191. Windows color (decimal): -3505589 or 4948682. OLE color: 4948682.

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

Color convert

RGB 202 130 75 -
CMYK 0 0.36 0.63 0.21
HSL 25.98º 0.55% 0.54% -
HSV(B) 25.98º 0.63% 0.79% -
XYZ 33.61 29.03 10.49 -
YUV 145.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 202 130 75 0 0.36 0.63 0.21 25.98 0.55 0.54
Hex CA 82 4B 0 24 3F 15 1A 37 36
Octal 312 202 113 0 44 77 25 32 67 66
Binary 11001010 10000010 1001011 0 100100 111111 10101 11010 110111 110110

Color Harmonies of #CA824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA824B

Black with #CA824B

Text Example


Text Example

White with #CA824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA824B; }

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

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

background-color css

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

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

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

border-color css

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

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

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