Html Css Color HEX #CD814D Raw Sienna

📋 copy color: '#CD814D'

red 205 ◦ green 129 ◦ blue 77

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

Shades of Raw Sienna #CD814D

Tints of Raw Sienna #CD814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 49.88%
G = 31.39%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD814D (or 0xCD814D) is known color: Raw Sienna. HEX triplet: CD, 81 and 4D. RGB value is (205,129,77). Sum of RGB (Red+Green+Blue) = 205+129+77=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD814D is #327EB2. Grayscale: #929292. Windows color (decimal): -3309235 or 5079501. OLE color: 5079501.

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

Color convert

RGB 205 129 77 -
CMYK 0 0.37 0.62 0.20
HSL 24.38º 0.56% 0.55% -
HSV(B) 24.38º 0.62% 0.8% -
XYZ 34.37 29.22 10.85 -
YUV 145.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 205 129 77 0 0.37 0.62 0.20 24.38 0.56 0.55
Hex CD 81 4D 0 25 3E 14 18 38 37
Octal 315 201 115 0 45 76 24 30 70 67
Binary 11001101 10000001 1001101 0 100101 111110 10100 11000 111000 110111

Color Harmonies of #CD814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD814D

Black with #CD814D

Text Example


Text Example

White with #CD814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD814D; }

 p { color: rgb(205,129,77); }

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

background-color css

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

 a { background-color: rgb(205,129,77); }

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

border-color css

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

 span { border-color: rgb(205,129,77); }

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