Html Css Color HEX #CD7C45 Raw Sienna

📋 copy color: '#CD7C45'

red 205 ◦ green 124 ◦ blue 69

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

Shades of Raw Sienna #CD7C45

Tints of Raw Sienna #CD7C45

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 69 (27.34% from 255) = 17.34%

R = 51.51%
G = 31.16%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD7C45 (or 0xCD7C45) is known color: Raw Sienna. HEX triplet: CD, 7C and 45. RGB value is (205,124,69). Sum of RGB (Red+Green+Blue) = 205+124+69=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7C45 is #3283BA. Grayscale: #8E8E8E. Windows color (decimal): -3310523 or 4553933. OLE color: 4553933.

HSL color Cylindrical-coordinate representation of color #CD7C45: hue angle of 24.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD7C45 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 69 -
CMYK 0 0.40 0.66 0.20
HSL 24.26º 0.58% 0.54% -
HSV(B) 24.26º 0.66% 0.8% -
XYZ 33.46 27.82 9.24 -
YUV 141.95 86.84 172.97 -
System Red Green Blue C M Y K H S L
Decimal 205 124 69 0 0.40 0.66 0.20 24.26 0.58 0.54
Hex CD 7C 45 0 28 42 14 18 3A 36
Octal 315 174 105 0 50 102 24 30 72 66
Binary 11001101 1111100 1000101 0 101000 1000010 10100 11000 111010 110110

Color Harmonies of #CD7C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C45

Black with #CD7C45

Text Example


Text Example

White with #CD7C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C45; }

 p { color: rgb(205,124,69); }

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

background-color css

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

 a { background-color: rgb(205,124,69); }

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

border-color css

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

 span { border-color: rgb(205,124,69); }

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