Html Css Color HEX #C7842B Geebung

📋 copy color: '#C7842B'

red 199 ◦ green 132 ◦ blue 43

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

Shades of Geebung #C7842B

Tints of Geebung #C7842B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 53.21%
G = 35.29%
B = 11.5%

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

#C7842B (or 0xC7842B) is known color: Geebung. HEX triplet: C7, 84 and 2B. RGB value is (199,132,43). Sum of RGB (Red+Green+Blue) = 199+132+43=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7842B is #387BD4. Grayscale: #8E8E8E. Windows color (decimal): -3701717 or 2852039. OLE color: 2852039.

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

Color convert

RGB 199 132 43 -
CMYK 0 0.34 0.78 0.22
HSL 34.23º 0.64% 0.47% -
HSV(B) 34.23º 0.78% 0.78% -
XYZ 32.24 28.82 6.15 -
YUV 141.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 199 132 43 0 0.34 0.78 0.22 34.23 0.64 0.47
Hex C7 84 2B 0 22 4E 16 22 40 2F
Octal 307 204 53 0 42 116 26 42 100 57
Binary 11000111 10000100 101011 0 100010 1001110 10110 100010 1000000 101111

Color Harmonies of #C7842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7842B

Black with #C7842B

Text Example


Text Example

White with #C7842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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