Html Css Color HEX #C5621A Chocolate

📋 copy color: '#C5621A'

red 197 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #C5621A

Tints of Chocolate #C5621A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 61.37%
G = 30.53%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5621A (or 0xC5621A) is known color: Chocolate. HEX triplet: C5, 62 and 1A. RGB value is (197,98,26). Sum of RGB (Red+Green+Blue) = 197+98+26=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C5621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5621A is #3A9DE5. Grayscale: #777777. Windows color (decimal): -3841510 or 1729221. OLE color: 1729221.

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

Color convert

RGB 197 98 26 -
CMYK 0 0.50 0.87 0.23
HSL 25.26º 0.77% 0.44% -
HSV(B) 25.26º 0.87% 0.77% -
XYZ 27.58 20.68 3.52 -
YUV 119.39 75.3 183.35 -
System Red Green Blue C M Y K H S L
Decimal 197 98 26 0 0.50 0.87 0.23 25.26 0.77 0.44
Hex C5 62 1A 0 32 57 17 19 4D 2C
Octal 305 142 32 0 62 127 27 31 115 54
Binary 11000101 1100010 11010 0 110010 1010111 10111 11001 1001101 101100

Color Harmonies of #C5621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5621A

Black with #C5621A

Text Example


Text Example

White with #C5621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5621A; }

 p { color: rgb(197,98,26); }

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

background-color css

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

 a { background-color: rgb(197,98,26); }

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

border-color css

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

 span { border-color: rgb(197,98,26); }

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