Html Css Color HEX #CA874F Raw Sienna

📋 copy color: '#CA874F'

red 202 ◦ green 135 ◦ blue 79

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

Shades of Raw Sienna #CA874F

Tints of Raw Sienna #CA874F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

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

R = 48.56%
G = 32.45%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA874F (or 0xCA874F) is known color: Raw Sienna. HEX triplet: CA, 87 and 4F. RGB value is (202,135,79). Sum of RGB (Red+Green+Blue) = 202+135+79=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA874F is #3578B0. Grayscale: #949494. Windows color (decimal): -3504305 or 5212106. OLE color: 5212106.

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

Color convert

RGB 202 135 79 -
CMYK 0 0.33 0.61 0.21
HSL 27.32º 0.54% 0.55% -
HSV(B) 27.32º 0.61% 0.79% -
XYZ 34.43 30.45 11.46 -
YUV 148.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 202 135 79 0 0.33 0.61 0.21 27.32 0.54 0.55
Hex CA 87 4F 0 21 3D 15 1B 36 37
Octal 312 207 117 0 41 75 25 33 66 67
Binary 11001010 10000111 1001111 0 100001 111101 10101 11011 110110 110111

Color Harmonies of #CA874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA874F

Black with #CA874F

Text Example


Text Example

White with #CA874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA874F; }

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

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

background-color css

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

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

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

border-color css

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

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

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