Html Css Color HEX #C4833F Brandy Punch

📋 copy color: '#C4833F'

red 196 ◦ green 131 ◦ blue 63

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

Shades of Brandy Punch #C4833F

Tints of Brandy Punch #C4833F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.15%

R = 50.26%
G = 33.59%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4833F (or 0xC4833F) is known color: Brandy Punch. HEX triplet: C4, 83 and 3F. RGB value is (196,131,63). Sum of RGB (Red+Green+Blue) = 196+131+63=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4833F is #3B7CC0. Grayscale: #8F8F8F. Windows color (decimal): -3898561 or 4162500. OLE color: 4162500.

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

Color convert

RGB 196 131 63 -
CMYK 0 0.33 0.68 0.23
HSL 30.68º 0.53% 0.51% -
HSV(B) 30.68º 0.68% 0.77% -
XYZ 31.78 28.33 8.5 -
YUV 142.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 196 131 63 0 0.33 0.68 0.23 30.68 0.53 0.51
Hex C4 83 3F 0 21 44 17 1F 35 33
Octal 304 203 77 0 41 104 27 37 65 63
Binary 11000100 10000011 111111 0 100001 1000100 10111 11111 110101 110011

Color Harmonies of #C4833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4833F

Black with #C4833F

Text Example


Text Example

White with #C4833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4833F; }

 p { color: rgb(196,131,63); }

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

background-color css

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

 a { background-color: rgb(196,131,63); }

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

border-color css

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

 span { border-color: rgb(196,131,63); }

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