Html Css Color HEX #CD864D Raw Sienna

📋 copy color: '#CD864D'

red 205 ◦ green 134 ◦ blue 77

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

Shades of Raw Sienna #CD864D

Tints of Raw Sienna #CD864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.21%

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

R = 49.28%
G = 32.21%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD864D (or 0xCD864D) is known color: Raw Sienna. HEX triplet: CD, 86 and 4D. RGB value is (205,134,77). Sum of RGB (Red+Green+Blue) = 205+134+77=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD864D is #3279B2. Grayscale: #959595. Windows color (decimal): -3307955 or 5080781. OLE color: 5080781.

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

Color convert

RGB 205 134 77 -
CMYK 0 0.35 0.62 0.20
HSL 26.72º 0.56% 0.55% -
HSV(B) 26.72º 0.62% 0.8% -
XYZ 35.04 30.57 11.07 -
YUV 148.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 205 134 77 0 0.35 0.62 0.20 26.72 0.56 0.55
Hex CD 86 4D 0 23 3E 14 1B 38 37
Octal 315 206 115 0 43 76 24 33 70 67
Binary 11001101 10000110 1001101 0 100011 111110 10100 11011 111000 110111

Color Harmonies of #CD864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD864D

Black with #CD864D

Text Example


Text Example

White with #CD864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD864D; }

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

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

background-color css

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

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

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

border-color css

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

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

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