Html Css Color HEX #CD8149 Raw Sienna

📋 copy color: '#CD8149'

red 205 ◦ green 129 ◦ blue 73

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

Shades of Raw Sienna #CD8149

Tints of Raw Sienna #CD8149

RGB

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

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

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

R = 50.37%
G = 31.7%
B = 17.94%

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

#CD8149 (or 0xCD8149) is known color: Raw Sienna. HEX triplet: CD, 81 and 49. RGB value is (205,129,73). Sum of RGB (Red+Green+Blue) = 205+129+73=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8149 is #327EB6. Grayscale: #919191. Windows color (decimal): -3309239 or 4817357. OLE color: 4817357.

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

Color convert

RGB 205 129 73 -
CMYK 0 0.37 0.64 0.20
HSL 25.45º 0.57% 0.55% -
HSV(B) 25.45º 0.64% 0.8% -
XYZ 34.23 29.16 10.13 -
YUV 145.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 205 129 73 0 0.37 0.64 0.20 25.45 0.57 0.55
Hex CD 81 49 0 25 40 14 19 39 37
Octal 315 201 111 0 45 100 24 31 71 67
Binary 11001101 10000001 1001001 0 100101 1000000 10100 11001 111001 110111

Color Harmonies of #CD8149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8149

Black with #CD8149

Text Example


Text Example

White with #CD8149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8149; }

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

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

background-color css

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

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

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

border-color css

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

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

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