Html Css Color HEX #CD844A Raw Sienna

📋 copy color: '#CD844A'

red 205 ◦ green 132 ◦ blue 74

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

Shades of Raw Sienna #CD844A

Tints of Raw Sienna #CD844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

 BLUE value IS 74 (29.3% from 255) = 18%

R = 49.88%
G = 32.12%
B = 18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD844A (or 0xCD844A) is known color: Raw Sienna. HEX triplet: CD, 84 and 4A. RGB value is (205,132,74). Sum of RGB (Red+Green+Blue) = 205+132+74=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD844A is #327BB5. Grayscale: #939393. Windows color (decimal): -3308470 or 4883661. OLE color: 4883661.

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

Color convert

RGB 205 132 74 -
CMYK 0 0.36 0.64 0.20
HSL 26.56º 0.57% 0.55% -
HSV(B) 26.56º 0.64% 0.8% -
XYZ 34.66 29.98 10.44 -
YUV 147.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 205 132 74 0 0.36 0.64 0.20 26.56 0.57 0.55
Hex CD 84 4A 0 24 40 14 1B 39 37
Octal 315 204 112 0 44 100 24 33 71 67
Binary 11001101 10000100 1001010 0 100100 1000000 10100 11011 111001 110111

Color Harmonies of #CD844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD844A

Black with #CD844A

Text Example


Text Example

White with #CD844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD844A; }

 p { color: rgb(205,132,74); }

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

background-color css

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

 a { background-color: rgb(205,132,74); }

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

border-color css

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

 span { border-color: rgb(205,132,74); }

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