Html Css Color HEX #C37B41 Brandy Punch

📋 copy color: '#C37B41'

red 195 ◦ green 123 ◦ blue 65

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

Shades of Brandy Punch #C37B41

Tints of Brandy Punch #C37B41

RGB

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

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

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

R = 50.91%
G = 32.11%
B = 16.97%

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

#C37B41 (or 0xC37B41) is known color: Brandy Punch. HEX triplet: C3, 7B and 41. RGB value is (195,123,65). Sum of RGB (Red+Green+Blue) = 195+123+65=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B41 is #3C84BE. Grayscale: #8A8A8A. Windows color (decimal): -3966143 or 4291523. OLE color: 4291523.

HSL color Cylindrical-coordinate representation of color #C37B41: hue angle of 26.77º 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 #C37B41 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 123 65 -
CMYK 0 0.37 0.67 0.24
HSL 26.77º 0.52% 0.51% -
HSV(B) 26.77º 0.67% 0.76% -
XYZ 30.54 26.15 8.44 -
YUV 137.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 195 123 65 0 0.37 0.67 0.24 26.77 0.52 0.51
Hex C3 7B 41 0 25 43 18 1B 34 33
Octal 303 173 101 0 45 103 30 33 64 63
Binary 11000011 1111011 1000001 0 100101 1000011 11000 11011 110100 110011

Color Harmonies of #C37B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B41

Black with #C37B41

Text Example


Text Example

White with #C37B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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