Html Css Color HEX #CD7D4A Raw Sienna

📋 copy color: '#CD7D4A'

red 205 ◦ green 125 ◦ blue 74

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

Shades of Raw Sienna #CD7D4A

Tints of Raw Sienna #CD7D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

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

R = 50.74%
G = 30.94%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD7D4A (or 0xCD7D4A) is known color: Raw Sienna. HEX triplet: CD, 7D and 4A. RGB value is (205,125,74). Sum of RGB (Red+Green+Blue) = 205+125+74=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D4A is #3282B5. Grayscale: #8F8F8F. Windows color (decimal): -3310262 or 4881869. OLE color: 4881869.

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

Color convert

RGB 205 125 74 -
CMYK 0 0.39 0.64 0.20
HSL 23.36º 0.57% 0.55% -
HSV(B) 23.36º 0.64% 0.8% -
XYZ 33.75 28.14 10.13 -
YUV 143.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 205 125 74 0 0.39 0.64 0.20 23.36 0.57 0.55
Hex CD 7D 4A 0 27 40 14 17 39 37
Octal 315 175 112 0 47 100 24 27 71 67
Binary 11001101 1111101 1001010 0 100111 1000000 10100 10111 111001 110111

Color Harmonies of #CD7D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D4A

Black with #CD7D4A

Text Example


Text Example

White with #CD7D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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