Html Css Color HEX #CD834A Raw Sienna

📋 copy color: '#CD834A'

red 205 ◦ green 131 ◦ blue 74

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

Shades of Raw Sienna #CD834A

Tints of Raw Sienna #CD834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.95%

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 50%
G = 31.95%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD834A (or 0xCD834A) is known color: Raw Sienna. HEX triplet: CD, 83 and 4A. RGB value is (205,131,74). Sum of RGB (Red+Green+Blue) = 205+131+74=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD834A is #327CB5. Grayscale: #929292. Windows color (decimal): -3308726 or 4883405. OLE color: 4883405.

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

Color convert

RGB 205 131 74 -
CMYK 0 0.36 0.64 0.20
HSL 26.11º 0.57% 0.55% -
HSV(B) 26.11º 0.64% 0.8% -
XYZ 34.53 29.71 10.39 -
YUV 146.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 205 131 74 0 0.36 0.64 0.20 26.11 0.57 0.55
Hex CD 83 4A 0 24 40 14 1A 39 37
Octal 315 203 112 0 44 100 24 32 71 67
Binary 11001101 10000011 1001010 0 100100 1000000 10100 11010 111001 110111

Color Harmonies of #CD834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD834A

Black with #CD834A

Text Example


Text Example

White with #CD834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD834A; }

 p { color: rgb(205,131,74); }

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

background-color css

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

 a { background-color: rgb(205,131,74); }

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

border-color css

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

 span { border-color: rgb(205,131,74); }

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