Html Css Color HEX #C5691F Chocolate

📋 copy color: '#C5691F'

red 197 ◦ green 105 ◦ blue 31

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

Shades of Chocolate #C5691F

Tints of Chocolate #C5691F

RGB

 RED value IS 197 (77.34% from 255) = 59.16%

 GREEN value IS 105 (41.41% from 255) = 31.53%

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 59.16%
G = 31.53%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5691F (or 0xC5691F) is known color: Chocolate. HEX triplet: C5, 69 and 1F. RGB value is (197,105,31). Sum of RGB (Red+Green+Blue) = 197+105+31=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C5691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5691F is #3A96E0. Grayscale: #7C7C7C. Windows color (decimal): -3839713 or 2058693. OLE color: 2058693.

HSL color Cylindrical-coordinate representation of color #C5691F: hue angle of 26.75º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5691F is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 31 -
CMYK 0 0.47 0.84 0.23
HSL 26.75º 0.73% 0.45% -
HSV(B) 26.75º 0.84% 0.77% -
XYZ 28.32 22.07 4.06 -
YUV 124.07 75.48 180.02 -
System Red Green Blue C M Y K H S L
Decimal 197 105 31 0 0.47 0.84 0.23 26.75 0.73 0.45
Hex C5 69 1F 0 2F 54 17 1B 49 2D
Octal 305 151 37 0 57 124 27 33 111 55
Binary 11000101 1101001 11111 0 101111 1010100 10111 11011 1001001 101101

Color Harmonies of #C5691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5691F

Black with #C5691F

Text Example


Text Example

White with #C5691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5691F; }

 p { color: rgb(197,105,31); }

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

background-color css

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

 a { background-color: rgb(197,105,31); }

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

border-color css

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

 span { border-color: rgb(197,105,31); }

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