Html Css Color HEX #C77F3D Brandy Punch

📋 copy color: '#C77F3D'

red 199 ◦ green 127 ◦ blue 61

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

Shades of Brandy Punch #C77F3D

Tints of Brandy Punch #C77F3D

RGB

 RED value IS 199 (78.13% from 255) = 51.42%

 GREEN value IS 127 (50% from 255) = 32.82%

 BLUE value IS 61 (24.22% from 255) = 15.76%

R = 51.42%
G = 32.82%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C77F3D (or 0xC77F3D) is known color: Brandy Punch. HEX triplet: C7, 7F and 3D. RGB value is (199,127,61). Sum of RGB (Red+Green+Blue) = 199+127+61=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F3D is #3880C2. Grayscale: #8D8D8D. Windows color (decimal): -3702979 or 4030407. OLE color: 4030407.

HSL color Cylindrical-coordinate representation of color #C77F3D: hue angle of 28.7º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C77F3D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 127 61 -
CMYK 0 0.36 0.69 0.22
HSL 28.7º 0.55% 0.51% -
HSV(B) 28.7º 0.69% 0.78% -
XYZ 31.98 27.66 8.07 -
YUV 141 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 199 127 61 0 0.36 0.69 0.22 28.7 0.55 0.51
Hex C7 7F 3D 0 24 45 16 1D 37 33
Octal 307 177 75 0 44 105 26 35 67 63
Binary 11000111 1111111 111101 0 100100 1000101 10110 11101 110111 110011

Color Harmonies of #C77F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F3D

Black with #C77F3D

Text Example


Text Example

White with #C77F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F3D; }

 p { color: rgb(199,127,61); }

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

background-color css

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

 a { background-color: rgb(199,127,61); }

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

border-color css

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

 span { border-color: rgb(199,127,61); }

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