Html Css Color HEX #C5834A Brandy Punch

📋 copy color: '#C5834A'

red 197 ◦ green 131 ◦ blue 74

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

Shades of Brandy Punch #C5834A

Tints of Brandy Punch #C5834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

 BLUE value IS 74 (29.3% from 255) = 18.41%

R = 49%
G = 32.59%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5834A (or 0xC5834A) is known color: Brandy Punch. HEX triplet: C5, 83 and 4A. RGB value is (197,131,74). Sum of RGB (Red+Green+Blue) = 197+131+74=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5834A is #3A7CB5. Grayscale: #909090. Windows color (decimal): -3833014 or 4883397. OLE color: 4883397.

HSL color Cylindrical-coordinate representation of color #C5834A: hue angle of 27.8º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5834A is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 74 -
CMYK 0 0.34 0.62 0.23
HSL 27.8º 0.51% 0.53% -
HSV(B) 27.8º 0.62% 0.77% -
XYZ 32.38 28.6 10.29 -
YUV 144.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 197 131 74 0 0.34 0.62 0.23 27.8 0.51 0.53
Hex C5 83 4A 0 22 3E 17 1C 33 35
Octal 305 203 112 0 42 76 27 34 63 65
Binary 11000101 10000011 1001010 0 100010 111110 10111 11100 110011 110101

Color Harmonies of #C5834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5834A

Black with #C5834A

Text Example


Text Example

White with #C5834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5834A; }

 p { color: rgb(197,131,74); }

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

background-color css

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

 a { background-color: rgb(197,131,74); }

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

border-color css

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

 span { border-color: rgb(197,131,74); }

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