Html Css Color HEX #CA814D Raw Sienna

📋 copy color: '#CA814D'

red 202 ◦ green 129 ◦ blue 77

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

Shades of Raw Sienna #CA814D

Tints of Raw Sienna #CA814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.62%

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

R = 49.51%
G = 31.62%
B = 18.87%

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

#CA814D (or 0xCA814D) is known color: Raw Sienna. HEX triplet: CA, 81 and 4D. RGB value is (202,129,77). Sum of RGB (Red+Green+Blue) = 202+129+77=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA814D is #357EB2. Grayscale: #919191. Windows color (decimal): -3505843 or 5079498. OLE color: 5079498.

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

Color convert

RGB 202 129 77 -
CMYK 0 0.36 0.62 0.21
HSL 24.96º 0.54% 0.55% -
HSV(B) 24.96º 0.62% 0.79% -
XYZ 33.55 28.79 10.81 -
YUV 144.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 202 129 77 0 0.36 0.62 0.21 24.96 0.54 0.55
Hex CA 81 4D 0 24 3E 15 19 36 37
Octal 312 201 115 0 44 76 25 31 66 67
Binary 11001010 10000001 1001101 0 100100 111110 10101 11001 110110 110111

Color Harmonies of #CA814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA814D

Black with #CA814D

Text Example


Text Example

White with #CA814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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