Html Css Color HEX #C38544 Brandy Punch

📋 copy color: '#C38544'

red 195 ◦ green 133 ◦ blue 68

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

Shades of Brandy Punch #C38544

Tints of Brandy Punch #C38544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

 BLUE value IS 68 (26.95% from 255) = 17.17%

R = 49.24%
G = 33.59%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C38544 (or 0xC38544) is known color: Brandy Punch. HEX triplet: C3, 85 and 44. RGB value is (195,133,68). Sum of RGB (Red+Green+Blue) = 195+133+68=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38544 is #3C7ABB. Grayscale: #909090. Windows color (decimal): -3963580 or 4490691. OLE color: 4490691.

HSL color Cylindrical-coordinate representation of color #C38544: hue angle of 30.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 #C38544 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 68 -
CMYK 0 0.32 0.65 0.24
HSL 30.71º 0.51% 0.52% -
HSV(B) 30.71º 0.65% 0.76% -
XYZ 31.94 28.79 9.34 -
YUV 144.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 195 133 68 0 0.32 0.65 0.24 30.71 0.51 0.52
Hex C3 85 44 0 20 41 18 1F 33 34
Octal 303 205 104 0 40 101 30 37 63 64
Binary 11000011 10000101 1000100 0 100000 1000001 11000 11111 110011 110100

Color Harmonies of #C38544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38544

Black with #C38544

Text Example


Text Example

White with #C38544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38544; }

 p { color: rgb(195,133,68); }

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

background-color css

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

 a { background-color: rgb(195,133,68); }

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

border-color css

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

 span { border-color: rgb(195,133,68); }

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