Html Css Color HEX #C5814B Brandy Punch

📋 copy color: '#C5814B'

red 197 ◦ green 129 ◦ blue 75

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

Shades of Brandy Punch #C5814B

Tints of Brandy Punch #C5814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

 BLUE value IS 75 (29.69% from 255) = 18.7%

R = 49.13%
G = 32.17%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5814B (or 0xC5814B) is known color: Brandy Punch. HEX triplet: C5, 81 and 4B. RGB value is (197,129,75). Sum of RGB (Red+Green+Blue) = 197+129+75=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5814B is #3A7EB4. Grayscale: #8F8F8F. Windows color (decimal): -3833525 or 4948421. OLE color: 4948421.

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

Color convert

RGB 197 129 75 -
CMYK 0 0.35 0.62 0.23
HSL 26.56º 0.51% 0.53% -
HSV(B) 26.56º 0.62% 0.77% -
XYZ 32.15 28.08 10.38 -
YUV 143.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 197 129 75 0 0.35 0.62 0.23 26.56 0.51 0.53
Hex C5 81 4B 0 23 3E 17 1B 33 35
Octal 305 201 113 0 43 76 27 33 63 65
Binary 11000101 10000001 1001011 0 100011 111110 10111 11011 110011 110101

Color Harmonies of #C5814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5814B

Black with #C5814B

Text Example


Text Example

White with #C5814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5814B; }

 p { color: rgb(197,129,75); }

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

background-color css

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

 a { background-color: rgb(197,129,75); }

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

border-color css

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

 span { border-color: rgb(197,129,75); }

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