Html Css Color HEX #C37B45 Brandy Punch

📋 copy color: '#C37B45'

red 195 ◦ green 123 ◦ blue 69

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

Shades of Brandy Punch #C37B45

Tints of Brandy Punch #C37B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 50.39%
G = 31.78%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C37B45 (or 0xC37B45) is known color: Brandy Punch. HEX triplet: C3, 7B and 45. RGB value is (195,123,69). Sum of RGB (Red+Green+Blue) = 195+123+69=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B45 is #3C84BA. Grayscale: #8A8A8A. Windows color (decimal): -3966139 or 4553667. OLE color: 4553667.

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

Color convert

RGB 195 123 69 -
CMYK 0 0.37 0.65 0.24
HSL 25.71º 0.51% 0.52% -
HSV(B) 25.71º 0.65% 0.76% -
XYZ 30.66 26.2 9.07 -
YUV 138.37 88.85 168.39 -
System Red Green Blue C M Y K H S L
Decimal 195 123 69 0 0.37 0.65 0.24 25.71 0.51 0.52
Hex C3 7B 45 0 25 41 18 1A 33 34
Octal 303 173 105 0 45 101 30 32 63 64
Binary 11000011 1111011 1000101 0 100101 1000001 11000 11010 110011 110100

Color Harmonies of #C37B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B45

Black with #C37B45

Text Example


Text Example

White with #C37B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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