Html Css Color HEX #C75B19 Chocolate

📋 copy color: '#C75B19'

red 199 ◦ green 91 ◦ blue 25

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

Shades of Chocolate #C75B19

Tints of Chocolate #C75B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.89%

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 63.17%
G = 28.89%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C75B19 (or 0xC75B19) is known color: Chocolate. HEX triplet: C7, 5B and 19. RGB value is (199,91,25). Sum of RGB (Red+Green+Blue) = 199+91+25=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75B19 is #38A4E6. Grayscale: #747474. Windows color (decimal): -3712231 or 1661895. OLE color: 1661895.

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

Color convert

RGB 199 91 25 -
CMYK 0 0.54 0.87 0.22
HSL 22.76º 0.78% 0.44% -
HSV(B) 22.76º 0.87% 0.78% -
XYZ 27.47 19.69 3.27 -
YUV 115.77 76.78 187.37 -
System Red Green Blue C M Y K H S L
Decimal 199 91 25 0 0.54 0.87 0.22 22.76 0.78 0.44
Hex C7 5B 19 0 36 57 16 17 4E 2C
Octal 307 133 31 0 66 127 26 27 116 54
Binary 11000111 1011011 11001 0 110110 1010111 10110 10111 1001110 101100

Color Harmonies of #C75B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75B19

Black with #C75B19

Text Example


Text Example

White with #C75B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75B19; }

 p { color: rgb(199,91,25); }

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

background-color css

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

 a { background-color: rgb(199,91,25); }

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

border-color css

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

 span { border-color: rgb(199,91,25); }

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