Html Css Color HEX #CD8047 Raw Sienna

📋 copy color: '#CD8047'

red 205 ◦ green 128 ◦ blue 71

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

Shades of Raw Sienna #CD8047

Tints of Raw Sienna #CD8047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.57%

R = 50.74%
G = 31.68%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD8047 (or 0xCD8047) is known color: Raw Sienna. HEX triplet: CD, 80 and 47. RGB value is (205,128,71). Sum of RGB (Red+Green+Blue) = 205+128+71=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8047 is #327FB8. Grayscale: #909090. Windows color (decimal): -3309497 or 4686029. OLE color: 4686029.

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

Color convert

RGB 205 128 71 -
CMYK 0 0.38 0.65 0.20
HSL 25.52º 0.57% 0.54% -
HSV(B) 25.52º 0.65% 0.8% -
XYZ 34.03 28.87 9.74 -
YUV 144.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 205 128 71 0 0.38 0.65 0.20 25.52 0.57 0.54
Hex CD 80 47 0 26 41 14 1A 39 36
Octal 315 200 107 0 46 101 24 32 71 66
Binary 11001101 10000000 1000111 0 100110 1000001 10100 11010 111001 110110

Color Harmonies of #CD8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8047

Black with #CD8047

Text Example


Text Example

White with #CD8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8047; }

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

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

background-color css

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

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

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

border-color css

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

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

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