Html Css Color HEX #CA834F Raw Sienna

📋 copy color: '#CA834F'

red 202 ◦ green 131 ◦ blue 79

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

Shades of Raw Sienna #CA834F

Tints of Raw Sienna #CA834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.17%

R = 49.03%
G = 31.8%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA834F (or 0xCA834F) is known color: Raw Sienna. HEX triplet: CA, 83 and 4F. RGB value is (202,131,79). Sum of RGB (Red+Green+Blue) = 202+131+79=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA834F is #357CB0. Grayscale: #929292. Windows color (decimal): -3505329 or 5211082. OLE color: 5211082.

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

Color convert

RGB 202 131 79 -
CMYK 0 0.35 0.61 0.21
HSL 25.37º 0.54% 0.55% -
HSV(B) 25.37º 0.61% 0.79% -
XYZ 33.88 29.35 11.28 -
YUV 146.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 202 131 79 0 0.35 0.61 0.21 25.37 0.54 0.55
Hex CA 83 4F 0 23 3D 15 19 36 37
Octal 312 203 117 0 43 75 25 31 66 67
Binary 11001010 10000011 1001111 0 100011 111101 10101 11001 110110 110111

Color Harmonies of #CA834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA834F

Black with #CA834F

Text Example


Text Example

White with #CA834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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