Html Css Color HEX #CD7D52 Raw Sienna

📋 copy color: '#CD7D52'

red 205 ◦ green 125 ◦ blue 82

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

Shades of Raw Sienna #CD7D52

Tints of Raw Sienna #CD7D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.9%

R = 49.76%
G = 30.34%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#CD7D52 (or 0xCD7D52) is known color: Raw Sienna. HEX triplet: CD, 7D and 52. RGB value is (205,125,82). Sum of RGB (Red+Green+Blue) = 205+125+82=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D52 is #3282AD. Grayscale: #909090. Windows color (decimal): -3310254 or 5406157. OLE color: 5406157.

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

Color convert

RGB 205 125 82 -
CMYK 0 0.39 0.6 0.20
HSL 20.98º 0.55% 0.56% -
HSV(B) 20.98º 0.6% 0.8% -
XYZ 34.03 28.26 11.64 -
YUV 144.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 205 125 82 0 0.39 0.6 0.20 20.98 0.55 0.56
Hex CD 7D 52 0 27 3C 14 15 37 38
Octal 315 175 122 0 47 74 24 25 67 70
Binary 11001101 1111101 1010010 0 100111 111100 10100 10101 110111 111000

Color Harmonies of #CD7D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D52

Black with #CD7D52

Text Example


Text Example

White with #CD7D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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