Html Css Color HEX #C7812B Geebung

📋 copy color: '#C7812B'

red 199 ◦ green 129 ◦ blue 43

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

Shades of Geebung #C7812B

Tints of Geebung #C7812B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 53.64%
G = 34.77%
B = 11.59%

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

#C7812B (or 0xC7812B) is known color: Geebung. HEX triplet: C7, 81 and 2B. RGB value is (199,129,43). Sum of RGB (Red+Green+Blue) = 199+129+43=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7812B is #387ED4. Grayscale: #8C8C8C. Windows color (decimal): -3702485 or 2851271. OLE color: 2851271.

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

Color convert

RGB 199 129 43 -
CMYK 0 0.35 0.78 0.22
HSL 33.08º 0.64% 0.47% -
HSV(B) 33.08º 0.78% 0.78% -
XYZ 31.84 28.02 6.02 -
YUV 140.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 199 129 43 0 0.35 0.78 0.22 33.08 0.64 0.47
Hex C7 81 2B 0 23 4E 16 21 40 2F
Octal 307 201 53 0 43 116 26 41 100 57
Binary 11000111 10000001 101011 0 100011 1001110 10110 100001 1000000 101111

Color Harmonies of #C7812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7812B

Black with #C7812B

Text Example


Text Example

White with #C7812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7812B; }

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

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

background-color css

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

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

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

border-color css

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

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

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