Html Css Color HEX #C5621B Chocolate

📋 copy color: '#C5621B'

red 197 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #C5621B

Tints of Chocolate #C5621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.39%

R = 61.18%
G = 30.43%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5621B (or 0xC5621B) is known color: Chocolate. HEX triplet: C5, 62 and 1B. RGB value is (197,98,27). Sum of RGB (Red+Green+Blue) = 197+98+27=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5621B is #3A9DE4. Grayscale: #777777. Windows color (decimal): -3841509 or 1794757. OLE color: 1794757.

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

Color convert

RGB 197 98 27 -
CMYK 0 0.50 0.86 0.23
HSL 25.06º 0.76% 0.44% -
HSV(B) 25.06º 0.86% 0.77% -
XYZ 27.59 20.68 3.58 -
YUV 119.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 197 98 27 0 0.50 0.86 0.23 25.06 0.76 0.44
Hex C5 62 1B 0 32 56 17 19 4C 2C
Octal 305 142 33 0 62 126 27 31 114 54
Binary 11000101 1100010 11011 0 110010 1010110 10111 11001 1001100 101100

Color Harmonies of #C5621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5621B

Black with #C5621B

Text Example


Text Example

White with #C5621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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