Html Css Color HEX #C75E21 Chocolate

📋 copy color: '#C75E21'

red 199 ◦ green 94 ◦ blue 33

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

Shades of Chocolate #C75E21

Tints of Chocolate #C75E21

RGB

 RED value IS 199 (78.13% from 255) = 61.04%

 GREEN value IS 94 (37.11% from 255) = 28.83%

 BLUE value IS 33 (13.28% from 255) = 10.12%

R = 61.04%
G = 28.83%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C75E21 (or 0xC75E21) is known color: Chocolate. HEX triplet: C7, 5E and 21. RGB value is (199,94,33). Sum of RGB (Red+Green+Blue) = 199+94+33=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75E21 is #38A1DE. Grayscale: #767676. Windows color (decimal): -3711455 or 2186951. OLE color: 2186951.

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

Color convert

RGB 199 94 33 -
CMYK 0 0.53 0.83 0.22
HSL 22.05º 0.72% 0.45% -
HSV(B) 22.05º 0.83% 0.78% -
XYZ 27.83 20.26 3.88 -
YUV 118.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 199 94 33 0 0.53 0.83 0.22 22.05 0.72 0.45
Hex C7 5E 21 0 35 53 16 16 48 2D
Octal 307 136 41 0 65 123 26 26 110 55
Binary 11000111 1011110 100001 0 110101 1010011 10110 10110 1001000 101101

Color Harmonies of #C75E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E21

Black with #C75E21

Text Example


Text Example

White with #C75E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E21; }

 p { color: rgb(199,94,33); }

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

background-color css

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

 a { background-color: rgb(199,94,33); }

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

border-color css

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

 span { border-color: rgb(199,94,33); }

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