Html Css Color HEX #C07938 Brandy Punch

📋 copy color: '#C07938'

red 192 ◦ green 121 ◦ blue 56

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

Shades of Brandy Punch #C07938

Tints of Brandy Punch #C07938

RGB

 RED value IS 192 (75.39% from 255) = 52.03%

 GREEN value IS 121 (47.66% from 255) = 32.79%

 BLUE value IS 56 (22.27% from 255) = 15.18%

R = 52.03%
G = 32.79%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C07938 (or 0xC07938) is known color: Brandy Punch. HEX triplet: C0, 79 and 38. RGB value is (192,121,56). Sum of RGB (Red+Green+Blue) = 192+121+56=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C07938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07938 is #3F86C7. Grayscale: #878787. Windows color (decimal): -4163272 or 3701184. OLE color: 3701184.

HSL color Cylindrical-coordinate representation of color #C07938: hue angle of 28.68º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C07938 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 56 -
CMYK 0 0.37 0.71 0.25
HSL 28.68º 0.55% 0.49% -
HSV(B) 28.68º 0.71% 0.75% -
XYZ 29.29 25.17 7.06 -
YUV 134.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 192 121 56 0 0.37 0.71 0.25 28.68 0.55 0.49
Hex C0 79 38 0 25 47 19 1D 37 31
Octal 300 171 70 0 45 107 31 35 67 61
Binary 11000000 1111001 111000 0 100101 1000111 11001 11101 110111 110001

Color Harmonies of #C07938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07938

Black with #C07938

Text Example


Text Example

White with #C07938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07938; }

 p { color: rgb(192,121,56); }

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

background-color css

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

 a { background-color: rgb(192,121,56); }

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

border-color css

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

 span { border-color: rgb(192,121,56); }

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