Html Css Color HEX #C7842C Geebung

📋 copy color: '#C7842C'

red 199 ◦ green 132 ◦ blue 44

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

Shades of Geebung #C7842C

Tints of Geebung #C7842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

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

R = 53.07%
G = 35.2%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7842C (or 0xC7842C) is known color: Geebung. HEX triplet: C7, 84 and 2C. RGB value is (199,132,44). Sum of RGB (Red+Green+Blue) = 199+132+44=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7842C is #387BD3. Grayscale: #8E8E8E. Windows color (decimal): -3701716 or 2917575. OLE color: 2917575.

HSL color Cylindrical-coordinate representation of color #C7842C: hue angle of 34.06º 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 #C7842C is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 132 44 -
CMYK 0 0.34 0.78 0.22
HSL 34.06º 0.64% 0.48% -
HSV(B) 34.06º 0.78% 0.78% -
XYZ 32.26 28.83 6.25 -
YUV 142 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 199 132 44 0 0.34 0.78 0.22 34.06 0.64 0.48
Hex C7 84 2C 0 22 4E 16 22 40 30
Octal 307 204 54 0 42 116 26 42 100 60
Binary 11000111 10000100 101100 0 100010 1001110 10110 100010 1000000 110000

Color Harmonies of #C7842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7842C

Black with #C7842C

Text Example


Text Example

White with #C7842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7842C; }

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

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

background-color css

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

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

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

border-color css

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

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

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