Html Css Color HEX #CD8049 Raw Sienna

📋 copy color: '#CD8049'

red 205 ◦ green 128 ◦ blue 73

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

Shades of Raw Sienna #CD8049

Tints of Raw Sienna #CD8049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

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

R = 50.49%
G = 31.53%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD8049 (or 0xCD8049) is known color: Raw Sienna. HEX triplet: CD, 80 and 49. RGB value is (205,128,73). Sum of RGB (Red+Green+Blue) = 205+128+73=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8049 is #327FB6. Grayscale: #919191. Windows color (decimal): -3309495 or 4817101. OLE color: 4817101.

HSL color Cylindrical-coordinate representation of color #CD8049: hue angle of 25º 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 #CD8049 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 128 73 -
CMYK 0 0.38 0.64 0.20
HSL 25º 0.57% 0.55% -
HSV(B) 25º 0.64% 0.8% -
XYZ 34.1 28.9 10.08 -
YUV 144.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 205 128 73 0 0.38 0.64 0.20 25 0.57 0.55
Hex CD 80 49 0 26 40 14 19 39 37
Octal 315 200 111 0 46 100 24 31 71 67
Binary 11001101 10000000 1001001 0 100110 1000000 10100 11001 111001 110111

Color Harmonies of #CD8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8049

Black with #CD8049

Text Example


Text Example

White with #CD8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8049; }

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

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

background-color css

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

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

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

border-color css

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

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

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