Html Css Color HEX #C78028 Geebung

📋 copy color: '#C78028'

red 199 ◦ green 128 ◦ blue 40

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

Shades of Geebung #C78028

Tints of Geebung #C78028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 54.22%
G = 34.88%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C78028 (or 0xC78028) is known color: Geebung. HEX triplet: C7, 80 and 28. RGB value is (199,128,40). Sum of RGB (Red+Green+Blue) = 199+128+40=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C78028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78028 is #387FD7. Grayscale: #8B8B8B. Windows color (decimal): -3702744 or 2654407. OLE color: 2654407.

HSL color Cylindrical-coordinate representation of color #C78028: hue angle of 33.21º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C78028 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 40 -
CMYK 0 0.36 0.80 0.22
HSL 33.21º 0.67% 0.47% -
HSV(B) 33.21º 0.8% 0.78% -
XYZ 31.66 27.73 5.69 -
YUV 139.2 72.02 170.66 -
System Red Green Blue C M Y K H S L
Decimal 199 128 40 0 0.36 0.80 0.22 33.21 0.67 0.47
Hex C7 80 28 0 24 50 16 21 43 2F
Octal 307 200 50 0 44 120 26 41 103 57
Binary 11000111 10000000 101000 0 100100 1010000 10110 100001 1000011 101111

Color Harmonies of #C78028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78028

Black with #C78028

Text Example


Text Example

White with #C78028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78028; }

 p { color: rgb(199,128,40); }

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

background-color css

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

 a { background-color: rgb(199,128,40); }

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

border-color css

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

 span { border-color: rgb(199,128,40); }

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