Html Css Color HEX #C78331 Geebung

📋 copy color: '#C78331'

red 199 ◦ green 131 ◦ blue 49

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

Shades of Geebung #C78331

Tints of Geebung #C78331

RGB

 RED value IS 199 (78.13% from 255) = 52.51%

 GREEN value IS 131 (51.56% from 255) = 34.56%

 BLUE value IS 49 (19.53% from 255) = 12.93%

R = 52.51%
G = 34.56%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C78331 (or 0xC78331) is known color: Geebung. HEX triplet: C7, 83 and 31. RGB value is (199,131,49). Sum of RGB (Red+Green+Blue) = 199+131+49=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C78331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78331 is #387CCE. Grayscale: #8E8E8E. Windows color (decimal): -3701967 or 3244999. OLE color: 3244999.

HSL color Cylindrical-coordinate representation of color #C78331: hue angle of 32.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C78331 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 131 49 -
CMYK 0 0.34 0.75 0.22
HSL 32.8º 0.6% 0.49% -
HSV(B) 32.8º 0.75% 0.78% -
XYZ 32.22 28.6 6.73 -
YUV 141.98 75.53 168.67 -
System Red Green Blue C M Y K H S L
Decimal 199 131 49 0 0.34 0.75 0.22 32.8 0.6 0.49
Hex C7 83 31 0 22 4B 16 21 3C 31
Octal 307 203 61 0 42 113 26 41 74 61
Binary 11000111 10000011 110001 0 100010 1001011 10110 100001 111100 110001

Color Harmonies of #C78331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78331

Black with #C78331

Text Example


Text Example

White with #C78331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78331; }

 p { color: rgb(199,131,49); }

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

background-color css

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

 a { background-color: rgb(199,131,49); }

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

border-color css

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

 span { border-color: rgb(199,131,49); }

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