Html Css Color HEX #C37A41 Brandy Punch

📋 copy color: '#C37A41'

red 195 ◦ green 122 ◦ blue 65

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

Shades of Brandy Punch #C37A41

Tints of Brandy Punch #C37A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

 BLUE value IS 65 (25.78% from 255) = 17.02%

R = 51.05%
G = 31.94%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C37A41 (or 0xC37A41) is known color: Brandy Punch. HEX triplet: C3, 7A and 41. RGB value is (195,122,65). Sum of RGB (Red+Green+Blue) = 195+122+65=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A41 is #3C85BE. Grayscale: #898989. Windows color (decimal): -3966399 or 4291267. OLE color: 4291267.

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

Color convert

RGB 195 122 65 -
CMYK 0 0.37 0.67 0.24
HSL 26.31º 0.52% 0.51% -
HSV(B) 26.31º 0.67% 0.76% -
XYZ 30.42 25.9 8.4 -
YUV 137.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 195 122 65 0 0.37 0.67 0.24 26.31 0.52 0.51
Hex C3 7A 41 0 25 43 18 1A 34 33
Octal 303 172 101 0 45 103 30 32 64 63
Binary 11000011 1111010 1000001 0 100101 1000011 11000 11010 110100 110011

Color Harmonies of #C37A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37A41

Black with #C37A41

Text Example


Text Example

White with #C37A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37A41; }

 p { color: rgb(195,122,65); }

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

background-color css

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

 a { background-color: rgb(195,122,65); }

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

border-color css

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

 span { border-color: rgb(195,122,65); }

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