Html Css Color HEX #C37B3D Brandy Punch

📋 copy color: '#C37B3D'

red 195 ◦ green 123 ◦ blue 61

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

Shades of Brandy Punch #C37B3D

Tints of Brandy Punch #C37B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 51.45%
G = 32.45%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C37B3D (or 0xC37B3D) is known color: Brandy Punch. HEX triplet: C3, 7B and 3D. RGB value is (195,123,61). Sum of RGB (Red+Green+Blue) = 195+123+61=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B3D is #3C84C2. Grayscale: #898989. Windows color (decimal): -3966147 or 4029379. OLE color: 4029379.

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

Color convert

RGB 195 123 61 -
CMYK 0 0.37 0.69 0.24
HSL 27.76º 0.53% 0.5% -
HSV(B) 27.76º 0.69% 0.76% -
XYZ 30.43 26.1 7.85 -
YUV 137.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 195 123 61 0 0.37 0.69 0.24 27.76 0.53 0.5
Hex C3 7B 3D 0 25 45 18 1C 35 32
Octal 303 173 75 0 45 105 30 34 65 62
Binary 11000011 1111011 111101 0 100101 1000101 11000 11100 110101 110010

Color Harmonies of #C37B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B3D

Black with #C37B3D

Text Example


Text Example

White with #C37B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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