Html Css Color HEX #CD7D40 Raw Sienna

📋 copy color: '#CD7D40'

red 205 ◦ green 125 ◦ blue 64

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

Shades of Raw Sienna #CD7D40

Tints of Raw Sienna #CD7D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.24%

R = 52.03%
G = 31.73%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD7D40 (or 0xCD7D40) is known color: Raw Sienna. HEX triplet: CD, 7D and 40. RGB value is (205,125,64). Sum of RGB (Red+Green+Blue) = 205+125+64=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D40 is #3282BF. Grayscale: #8E8E8E. Windows color (decimal): -3310272 or 4226509. OLE color: 4226509.

HSL color Cylindrical-coordinate representation of color #CD7D40: hue angle of 25.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD7D40 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 125 64 -
CMYK 0 0.39 0.69 0.20
HSL 25.96º 0.59% 0.53% -
HSV(B) 25.96º 0.69% 0.8% -
XYZ 33.44 28.02 8.5 -
YUV 141.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 205 125 64 0 0.39 0.69 0.20 25.96 0.59 0.53
Hex CD 7D 40 0 27 45 14 1A 3B 35
Octal 315 175 100 0 47 105 24 32 73 65
Binary 11001101 1111101 1000000 0 100111 1000101 10100 11010 111011 110101

Color Harmonies of #CD7D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D40

Black with #CD7D40

Text Example


Text Example

White with #CD7D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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