Html Css Color HEX #C3681B Chocolate

📋 copy color: '#C3681B'

red 195 ◦ green 104 ◦ blue 27

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

Shades of Chocolate #C3681B

Tints of Chocolate #C3681B

RGB

 RED value IS 195 (76.56% from 255) = 59.82%

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 59.82%
G = 31.9%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3681B (or 0xC3681B) is known color: Chocolate. HEX triplet: C3, 68 and 1B. RGB value is (195,104,27). Sum of RGB (Red+Green+Blue) = 195+104+27=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3681B is #3C97E4. Grayscale: #7A7A7A. Windows color (decimal): -3971045 or 1796291. OLE color: 1796291.

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

Color convert

RGB 195 104 27 -
CMYK 0 0.47 0.86 0.24
HSL 27.5º 0.76% 0.44% -
HSV(B) 27.5º 0.86% 0.76% -
XYZ 27.65 21.58 3.75 -
YUV 122.43 74.15 179.76 -
System Red Green Blue C M Y K H S L
Decimal 195 104 27 0 0.47 0.86 0.24 27.5 0.76 0.44
Hex C3 68 1B 0 2F 56 18 1C 4C 2C
Octal 303 150 33 0 57 126 30 34 114 54
Binary 11000011 1101000 11011 0 101111 1010110 11000 11100 1001100 101100

Color Harmonies of #C3681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3681B

Black with #C3681B

Text Example


Text Example

White with #C3681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3681B; }

 p { color: rgb(195,104,27); }

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

background-color css

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

 a { background-color: rgb(195,104,27); }

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

border-color css

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

 span { border-color: rgb(195,104,27); }

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