Html Css Color HEX #CD7D42 Raw Sienna

📋 copy color: '#CD7D42'

red 205 ◦ green 125 ◦ blue 66

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

Shades of Raw Sienna #CD7D42

Tints of Raw Sienna #CD7D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.67%

R = 51.77%
G = 31.57%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD7D42 (or 0xCD7D42) is known color: Raw Sienna. HEX triplet: CD, 7D and 42. RGB value is (205,125,66). Sum of RGB (Red+Green+Blue) = 205+125+66=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D42 is #3282BD. Grayscale: #8E8E8E. Windows color (decimal): -3310270 or 4357581. OLE color: 4357581.

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

Color convert

RGB 205 125 66 -
CMYK 0 0.39 0.68 0.20
HSL 25.47º 0.58% 0.53% -
HSV(B) 25.47º 0.68% 0.8% -
XYZ 33.49 28.04 8.8 -
YUV 142.19 85 172.8 -
System Red Green Blue C M Y K H S L
Decimal 205 125 66 0 0.39 0.68 0.20 25.47 0.58 0.53
Hex CD 7D 42 0 27 44 14 19 3A 35
Octal 315 175 102 0 47 104 24 31 72 65
Binary 11001101 1111101 1000010 0 100111 1000100 10100 11001 111010 110101

Color Harmonies of #CD7D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D42

Black with #CD7D42

Text Example


Text Example

White with #CD7D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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