Html Css Color HEX #CD7A40 Raw Sienna

📋 copy color: '#CD7A40'

red 205 ◦ green 122 ◦ blue 64

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

Shades of Raw Sienna #CD7A40

Tints of Raw Sienna #CD7A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

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

R = 52.43%
G = 31.2%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD7A40 (or 0xCD7A40) is known color: Raw Sienna. HEX triplet: CD, 7A and 40. RGB value is (205,122,64). Sum of RGB (Red+Green+Blue) = 205+122+64=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A40 is #3285BF. Grayscale: #8C8C8C. Windows color (decimal): -3311040 or 4225741. OLE color: 4225741.

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

Color convert

RGB 205 122 64 -
CMYK 0 0.40 0.69 0.20
HSL 24.68º 0.59% 0.53% -
HSV(B) 24.68º 0.69% 0.8% -
XYZ 33.06 27.27 8.37 -
YUV 140.21 85 174.22 -
System Red Green Blue C M Y K H S L
Decimal 205 122 64 0 0.40 0.69 0.20 24.68 0.59 0.53
Hex CD 7A 40 0 28 45 14 19 3B 35
Octal 315 172 100 0 50 105 24 31 73 65
Binary 11001101 1111010 1000000 0 101000 1000101 10100 11001 111011 110101

Color Harmonies of #CD7A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A40

Black with #CD7A40

Text Example


Text Example

White with #CD7A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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