Html Css Color HEX #C3671E Chocolate

📋 copy color: '#C3671E'

red 195 ◦ green 103 ◦ blue 30

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

Shades of Chocolate #C3671E

Tints of Chocolate #C3671E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 59.45%
G = 31.4%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3671E (or 0xC3671E) is known color: Chocolate. HEX triplet: C3, 67 and 1E. RGB value is (195,103,30). Sum of RGB (Red+Green+Blue) = 195+103+30=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3671E is #3C98E1. Grayscale: #7A7A7A. Windows color (decimal): -3971298 or 1992643. OLE color: 1992643.

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

Color convert

RGB 195 103 30 -
CMYK 0 0.47 0.85 0.24
HSL 26.55º 0.73% 0.44% -
HSV(B) 26.55º 0.85% 0.76% -
XYZ 27.59 21.4 3.9 -
YUV 122.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 195 103 30 0 0.47 0.85 0.24 26.55 0.73 0.44
Hex C3 67 1E 0 2F 55 18 1B 49 2C
Octal 303 147 36 0 57 125 30 33 111 54
Binary 11000011 1100111 11110 0 101111 1010101 11000 11011 1001001 101100

Color Harmonies of #C3671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3671E

Black with #C3671E

Text Example


Text Example

White with #C3671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3671E; }

 p { color: rgb(195,103,30); }

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

background-color css

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

 a { background-color: rgb(195,103,30); }

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

border-color css

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

 span { border-color: rgb(195,103,30); }

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