Html Css Color HEX #C37B3B Brandy Punch

📋 copy color: '#C37B3B'

red 195 ◦ green 123 ◦ blue 59

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

Shades of Brandy Punch #C37B3B

Tints of Brandy Punch #C37B3B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

 BLUE value IS 59 (23.44% from 255) = 15.65%

R = 51.72%
G = 32.63%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C37B3B (or 0xC37B3B) is known color: Brandy Punch. HEX triplet: C3, 7B and 3B. RGB value is (195,123,59). Sum of RGB (Red+Green+Blue) = 195+123+59=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B3B is #3C84C4. Grayscale: #898989. Windows color (decimal): -3966149 or 3898307. OLE color: 3898307.

HSL color Cylindrical-coordinate representation of color #C37B3B: hue angle of 28.24º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C37B3B is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 123 59 -
CMYK 0 0.37 0.70 0.24
HSL 28.24º 0.54% 0.5% -
HSV(B) 28.24º 0.7% 0.76% -
XYZ 30.38 26.08 7.57 -
YUV 137.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 195 123 59 0 0.37 0.70 0.24 28.24 0.54 0.5
Hex C3 7B 3B 0 25 46 18 1C 36 32
Octal 303 173 73 0 45 106 30 34 66 62
Binary 11000011 1111011 111011 0 100101 1000110 11000 11100 110110 110010

Color Harmonies of #C37B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B3B

Black with #C37B3B

Text Example


Text Example

White with #C37B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B3B; }

 p { color: rgb(195,123,59); }

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

background-color css

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

 a { background-color: rgb(195,123,59); }

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

border-color css

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

 span { border-color: rgb(195,123,59); }

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