Html Css Color HEX #C7822C Geebung

📋 copy color: '#C7822C'

red 199 ◦ green 130 ◦ blue 44

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

Shades of Geebung #C7822C

Tints of Geebung #C7822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.85%

 BLUE value IS 44 (17.58% from 255) = 11.8%

R = 53.35%
G = 34.85%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7822C (or 0xC7822C) is known color: Geebung. HEX triplet: C7, 82 and 2C. RGB value is (199,130,44). Sum of RGB (Red+Green+Blue) = 199+130+44=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7822C is #387DD3. Grayscale: #8D8D8D. Windows color (decimal): -3702228 or 2917063. OLE color: 2917063.

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

Color convert

RGB 199 130 44 -
CMYK 0 0.35 0.78 0.22
HSL 33.29º 0.64% 0.48% -
HSV(B) 33.29º 0.78% 0.78% -
XYZ 31.99 28.29 6.16 -
YUV 140.83 73.36 169.49 -
System Red Green Blue C M Y K H S L
Decimal 199 130 44 0 0.35 0.78 0.22 33.29 0.64 0.48
Hex C7 82 2C 0 23 4E 16 21 40 30
Octal 307 202 54 0 43 116 26 41 100 60
Binary 11000111 10000010 101100 0 100011 1001110 10110 100001 1000000 110000

Color Harmonies of #C7822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7822C

Black with #C7822C

Text Example


Text Example

White with #C7822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7822C; }

 p { color: rgb(199,130,44); }

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

background-color css

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

 a { background-color: rgb(199,130,44); }

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

border-color css

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

 span { border-color: rgb(199,130,44); }

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