Html Css Color HEX #C78330 Geebung

📋 copy color: '#C78330'

red 199 ◦ green 131 ◦ blue 48

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

Shades of Geebung #C78330

Tints of Geebung #C78330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 52.65%
G = 34.66%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C78330 (or 0xC78330) is known color: Geebung. HEX triplet: C7, 83 and 30. RGB value is (199,131,48). Sum of RGB (Red+Green+Blue) = 199+131+48=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C78330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78330 is #387CCF. Grayscale: #8E8E8E. Windows color (decimal): -3701968 or 3179463. OLE color: 3179463.

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

Color convert

RGB 199 131 48 -
CMYK 0 0.34 0.76 0.22
HSL 32.98º 0.61% 0.48% -
HSV(B) 32.98º 0.76% 0.78% -
XYZ 32.2 28.59 6.62 -
YUV 141.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 199 131 48 0 0.34 0.76 0.22 32.98 0.61 0.48
Hex C7 83 30 0 22 4C 16 21 3D 30
Octal 307 203 60 0 42 114 26 41 75 60
Binary 11000111 10000011 110000 0 100010 1001100 10110 100001 111101 110000

Color Harmonies of #C78330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78330

Black with #C78330

Text Example


Text Example

White with #C78330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78330; }

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

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

background-color css

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

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

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

border-color css

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

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

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