Html Css Color HEX #C7842D Geebung

📋 copy color: '#C7842D'

red 199 ◦ green 132 ◦ blue 45

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

Shades of Geebung #C7842D

Tints of Geebung #C7842D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 52.93%
G = 35.11%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7842D (or 0xC7842D) is known color: Geebung. HEX triplet: C7, 84 and 2D. RGB value is (199,132,45). Sum of RGB (Red+Green+Blue) = 199+132+45=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7842D is #387BD2. Grayscale: #8E8E8E. Windows color (decimal): -3701715 or 2983111. OLE color: 2983111.

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

Color convert

RGB 199 132 45 -
CMYK 0 0.34 0.77 0.22
HSL 33.9º 0.63% 0.48% -
HSV(B) 33.9º 0.77% 0.78% -
XYZ 32.28 28.83 6.35 -
YUV 142.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 199 132 45 0 0.34 0.77 0.22 33.9 0.63 0.48
Hex C7 84 2D 0 22 4D 16 22 3F 30
Octal 307 204 55 0 42 115 26 42 77 60
Binary 11000111 10000100 101101 0 100010 1001101 10110 100010 111111 110000

Color Harmonies of #C7842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7842D

Black with #C7842D

Text Example


Text Example

White with #C7842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7842D; }

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

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

background-color css

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

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

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

border-color css

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

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

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