Html Css Color HEX #C4844B Brandy Punch

📋 copy color: '#C4844B'

red 196 ◦ green 132 ◦ blue 75

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

Shades of Brandy Punch #C4844B

Tints of Brandy Punch #C4844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

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

R = 48.64%
G = 32.75%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4844B (or 0xC4844B) is known color: Brandy Punch. HEX triplet: C4, 84 and 4B. RGB value is (196,132,75). Sum of RGB (Red+Green+Blue) = 196+132+75=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4844B is #3B7BB4. Grayscale: #909090. Windows color (decimal): -3898293 or 4949188. OLE color: 4949188.

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

Color convert

RGB 196 132 75 -
CMYK 0 0.33 0.62 0.23
HSL 28.26º 0.51% 0.53% -
HSV(B) 28.26º 0.62% 0.77% -
XYZ 32.29 28.75 10.5 -
YUV 144.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 196 132 75 0 0.33 0.62 0.23 28.26 0.51 0.53
Hex C4 84 4B 0 21 3E 17 1C 33 35
Octal 304 204 113 0 41 76 27 34 63 65
Binary 11000100 10000100 1001011 0 100001 111110 10111 11100 110011 110101

Color Harmonies of #C4844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4844B

Black with #C4844B

Text Example


Text Example

White with #C4844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4844B; }

 p { color: rgb(196,132,75); }

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

background-color css

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

 a { background-color: rgb(196,132,75); }

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

border-color css

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

 span { border-color: rgb(196,132,75); }

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