Html Css Color HEX #C5691B Chocolate

📋 copy color: '#C5691B'

red 197 ◦ green 105 ◦ blue 27

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

Shades of Chocolate #C5691B

Tints of Chocolate #C5691B

RGB

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

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

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

R = 59.88%
G = 31.91%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5691B (or 0xC5691B) is known color: Chocolate. HEX triplet: C5, 69 and 1B. RGB value is (197,105,27). Sum of RGB (Red+Green+Blue) = 197+105+27=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5691B is #3A96E4. Grayscale: #7C7C7C. Windows color (decimal): -3839717 or 1796549. OLE color: 1796549.

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

Color convert

RGB 197 105 27 -
CMYK 0 0.47 0.86 0.23
HSL 27.53º 0.76% 0.44% -
HSV(B) 27.53º 0.86% 0.77% -
XYZ 28.28 22.05 3.8 -
YUV 123.62 73.48 180.34 -
System Red Green Blue C M Y K H S L
Decimal 197 105 27 0 0.47 0.86 0.23 27.53 0.76 0.44
Hex C5 69 1B 0 2F 56 17 1C 4C 2C
Octal 305 151 33 0 57 126 27 34 114 54
Binary 11000101 1101001 11011 0 101111 1010110 10111 11100 1001100 101100

Color Harmonies of #C5691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5691B

Black with #C5691B

Text Example


Text Example

White with #C5691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5691B; }

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

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

background-color css

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

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

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

border-color css

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

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

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