Html Css Color HEX #C55F1B Chocolate

📋 copy color: '#C55F1B'

red 197 ◦ green 95 ◦ blue 27

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

Shades of Chocolate #C55F1B

Tints of Chocolate #C55F1B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

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

R = 61.76%
G = 29.78%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C55F1B (or 0xC55F1B) is known color: Chocolate. HEX triplet: C5, 5F and 1B. RGB value is (197,95,27). Sum of RGB (Red+Green+Blue) = 197+95+27=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F1B is #3AA0E4. Grayscale: #767676. Windows color (decimal): -3842277 or 1793989. OLE color: 1793989.

HSL color Cylindrical-coordinate representation of color #C55F1B: hue angle of 24º 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 #C55F1B is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 27 -
CMYK 0 0.52 0.86 0.23
HSL 24º 0.76% 0.44% -
HSV(B) 24º 0.86% 0.77% -
XYZ 27.32 20.13 3.48 -
YUV 117.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 197 95 27 0 0.52 0.86 0.23 24 0.76 0.44
Hex C5 5F 1B 0 34 56 17 18 4C 2C
Octal 305 137 33 0 64 126 27 30 114 54
Binary 11000101 1011111 11011 0 110100 1010110 10111 11000 1001100 101100

Color Harmonies of #C55F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F1B

Black with #C55F1B

Text Example


Text Example

White with #C55F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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