Html Css Color HEX #CD8249 Raw Sienna

📋 copy color: '#CD8249'

red 205 ◦ green 130 ◦ blue 73

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

Shades of Raw Sienna #CD8249

Tints of Raw Sienna #CD8249

RGB

 RED value IS 205 (80.47% from 255) = 50.25%

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

 BLUE value IS 73 (28.91% from 255) = 17.89%

R = 50.25%
G = 31.86%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD8249 (or 0xCD8249) is known color: Raw Sienna. HEX triplet: CD, 82 and 49. RGB value is (205,130,73). Sum of RGB (Red+Green+Blue) = 205+130+73=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8249 is #327DB6. Grayscale: #929292. Windows color (decimal): -3308983 or 4817613. OLE color: 4817613.

HSL color Cylindrical-coordinate representation of color #CD8249: hue angle of 25.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD8249 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 130 73 -
CMYK 0 0.37 0.64 0.20
HSL 25.91º 0.57% 0.55% -
HSV(B) 25.91º 0.64% 0.8% -
XYZ 34.36 29.43 10.17 -
YUV 145.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 205 130 73 0 0.37 0.64 0.20 25.91 0.57 0.55
Hex CD 82 49 0 25 40 14 1A 39 37
Octal 315 202 111 0 45 100 24 32 71 67
Binary 11001101 10000010 1001001 0 100101 1000000 10100 11010 111001 110111

Color Harmonies of #CD8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8249

Black with #CD8249

Text Example


Text Example

White with #CD8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8249; }

 p { color: rgb(205,130,73); }

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

background-color css

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

 a { background-color: rgb(205,130,73); }

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

border-color css

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

 span { border-color: rgb(205,130,73); }

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