Html Css Color HEX #C3844B Brandy Punch

📋 copy color: '#C3844B'

red 195 ◦ green 132 ◦ blue 75

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

Shades of Brandy Punch #C3844B

Tints of Brandy Punch #C3844B

RGB

 RED value IS 195 (76.56% from 255) = 48.51%

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

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

R = 48.51%
G = 32.84%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3844B (or 0xC3844B) is known color: Brandy Punch. HEX triplet: C3, 84 and 4B. RGB value is (195,132,75). Sum of RGB (Red+Green+Blue) = 195+132+75=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3844B is #3C7BB4. Grayscale: #909090. Windows color (decimal): -3963829 or 4949187. OLE color: 4949187.

HSL color Cylindrical-coordinate representation of color #C3844B: hue angle of 28.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3844B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 75 -
CMYK 0 0.32 0.62 0.24
HSL 28.5º 0.5% 0.53% -
HSV(B) 28.5º 0.62% 0.76% -
XYZ 32.03 28.61 10.49 -
YUV 144.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 195 132 75 0 0.32 0.62 0.24 28.5 0.5 0.53
Hex C3 84 4B 0 20 3E 18 1C 32 35
Octal 303 204 113 0 40 76 30 34 62 65
Binary 11000011 10000100 1001011 0 100000 111110 11000 11100 110010 110101

Color Harmonies of #C3844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3844B

Black with #C3844B

Text Example


Text Example

White with #C3844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3844B; }

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

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

background-color css

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

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

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

border-color css

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

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

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