Html Css Color HEX #CC8348 Raw Sienna

📋 copy color: '#CC8348'

red 204 ◦ green 131 ◦ blue 72

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

Shades of Raw Sienna #CC8348

Tints of Raw Sienna #CC8348

RGB

 RED value IS 204 (80.08% from 255) = 50.12%

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

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 50.12%
G = 32.19%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC8348 (or 0xCC8348) is known color: Raw Sienna. HEX triplet: CC, 83 and 48. RGB value is (204,131,72). Sum of RGB (Red+Green+Blue) = 204+131+72=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8348 is #337CB7. Grayscale: #929292. Windows color (decimal): -3374264 or 4752332. OLE color: 4752332.

HSL color Cylindrical-coordinate representation of color #CC8348: hue angle of 26.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC8348 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 72 -
CMYK 0 0.36 0.65 0.2
HSL 26.82º 0.56% 0.54% -
HSV(B) 26.82º 0.65% 0.8% -
XYZ 34.19 29.54 10.03 -
YUV 146.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 204 131 72 0 0.36 0.65 0.2 26.82 0.56 0.54
Hex CC 83 48 0 24 41 14 1B 38 36
Octal 314 203 110 0 44 101 24 33 70 66
Binary 11001100 10000011 1001000 0 100100 1000001 10100 11011 111000 110110

Color Harmonies of #CC8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8348

Black with #CC8348

Text Example


Text Example

White with #CC8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8348; }

 p { color: rgb(204,131,72); }

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

background-color css

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

 a { background-color: rgb(204,131,72); }

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

border-color css

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

 span { border-color: rgb(204,131,72); }

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