Html Css Color HEX #C8824A Raw Sienna

📋 copy color: '#C8824A'

red 200 ◦ green 130 ◦ blue 74

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

Shades of Raw Sienna #C8824A

Tints of Raw Sienna #C8824A

RGB

 RED value IS 200 (78.52% from 255) = 49.5%

 GREEN value IS 130 (51.17% from 255) = 32.18%

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

R = 49.5%
G = 32.18%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8824A (or 0xC8824A) is known color: Raw Sienna. HEX triplet: C8, 82 and 4A. RGB value is (200,130,74). Sum of RGB (Red+Green+Blue) = 200+130+74=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8824A is #377DB5. Grayscale: #909090. Windows color (decimal): -3636662 or 4883144. OLE color: 4883144.

HSL color Cylindrical-coordinate representation of color #C8824A: hue angle of 26.67º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8824A is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 74 -
CMYK 0 0.35 0.63 0.22
HSL 26.67º 0.53% 0.54% -
HSV(B) 26.67º 0.63% 0.78% -
XYZ 33.04 28.74 10.28 -
YUV 144.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 200 130 74 0 0.35 0.63 0.22 26.67 0.53 0.54
Hex C8 82 4A 0 23 3F 16 1B 35 36
Octal 310 202 112 0 43 77 26 33 65 66
Binary 11001000 10000010 1001010 0 100011 111111 10110 11011 110101 110110

Color Harmonies of #C8824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8824A

Black with #C8824A

Text Example


Text Example

White with #C8824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8824A; }

 p { color: rgb(200,130,74); }

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

background-color css

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

 a { background-color: rgb(200,130,74); }

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

border-color css

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

 span { border-color: rgb(200,130,74); }

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