Html Css Color HEX #CD824D Raw Sienna

📋 copy color: '#CD824D'

red 205 ◦ green 130 ◦ blue 77

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

Shades of Raw Sienna #CD824D

Tints of Raw Sienna #CD824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 49.76%
G = 31.55%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD824D (or 0xCD824D) is known color: Raw Sienna. HEX triplet: CD, 82 and 4D. RGB value is (205,130,77). Sum of RGB (Red+Green+Blue) = 205+130+77=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD824D is #327DB2. Grayscale: #929292. Windows color (decimal): -3308979 or 5079757. OLE color: 5079757.

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

Color convert

RGB 205 130 77 -
CMYK 0 0.37 0.62 0.20
HSL 24.84º 0.56% 0.55% -
HSV(B) 24.84º 0.62% 0.8% -
XYZ 34.5 29.48 10.89 -
YUV 146.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 205 130 77 0 0.37 0.62 0.20 24.84 0.56 0.55
Hex CD 82 4D 0 25 3E 14 19 38 37
Octal 315 202 115 0 45 76 24 31 70 67
Binary 11001101 10000010 1001101 0 100101 111110 10100 11001 111000 110111

Color Harmonies of #CD824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD824D

Black with #CD824D

Text Example


Text Example

White with #CD824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD824D; }

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

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

background-color css

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

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

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

border-color css

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

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

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