Html Css Color HEX #CA844B Raw Sienna

📋 copy color: '#CA844B'

red 202 ◦ green 132 ◦ blue 75

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

Shades of Raw Sienna #CA844B

Tints of Raw Sienna #CA844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

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

R = 49.39%
G = 32.27%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA844B (or 0xCA844B) is known color: Raw Sienna. HEX triplet: CA, 84 and 4B. RGB value is (202,132,75). Sum of RGB (Red+Green+Blue) = 202+132+75=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA844B is #357BB4. Grayscale: #929292. Windows color (decimal): -3505077 or 4949194. OLE color: 4949194.

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

Color convert

RGB 202 132 75 -
CMYK 0 0.35 0.63 0.21
HSL 26.93º 0.55% 0.54% -
HSV(B) 26.93º 0.63% 0.79% -
XYZ 33.88 29.57 10.58 -
YUV 146.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 202 132 75 0 0.35 0.63 0.21 26.93 0.55 0.54
Hex CA 84 4B 0 23 3F 15 1B 37 36
Octal 312 204 113 0 43 77 25 33 67 66
Binary 11001010 10000100 1001011 0 100011 111111 10101 11011 110111 110110

Color Harmonies of #CA844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA844B

Black with #CA844B

Text Example


Text Example

White with #CA844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA844B; }

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

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

background-color css

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

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

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

border-color css

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

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

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