Html Css Color HEX #C4671B Chocolate

📋 copy color: '#C4671B'

red 196 ◦ green 103 ◦ blue 27

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

Shades of Chocolate #C4671B

Tints of Chocolate #C4671B

RGB

 RED value IS 196 (76.95% from 255) = 60.12%

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

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

R = 60.12%
G = 31.6%
B = 8.28%

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

#C4671B (or 0xC4671B) is known color: Chocolate. HEX triplet: C4, 67 and 1B. RGB value is (196,103,27). Sum of RGB (Red+Green+Blue) = 196+103+27=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4671B is #3B98E4. Grayscale: #7A7A7A. Windows color (decimal): -3905765 or 1796036. OLE color: 1796036.

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

Color convert

RGB 196 103 27 -
CMYK 0 0.47 0.86 0.23
HSL 26.98º 0.76% 0.44% -
HSV(B) 26.98º 0.86% 0.77% -
XYZ 27.81 21.52 3.72 -
YUV 122.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 196 103 27 0 0.47 0.86 0.23 26.98 0.76 0.44
Hex C4 67 1B 0 2F 56 17 1B 4C 2C
Octal 304 147 33 0 57 126 27 33 114 54
Binary 11000100 1100111 11011 0 101111 1010110 10111 11011 1001100 101100

Color Harmonies of #C4671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4671B

Black with #C4671B

Text Example


Text Example

White with #C4671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4671B; }

 p { color: rgb(196,103,27); }

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

background-color css

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

 a { background-color: rgb(196,103,27); }

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

border-color css

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

 span { border-color: rgb(196,103,27); }

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