Html Css Color HEX #C77D2B Geebung

📋 copy color: '#C77D2B'

red 199 ◦ green 125 ◦ blue 43

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

Shades of Geebung #C77D2B

Tints of Geebung #C77D2B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

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

R = 54.22%
G = 34.06%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C77D2B (or 0xC77D2B) is known color: Geebung. HEX triplet: C7, 7D and 2B. RGB value is (199,125,43). Sum of RGB (Red+Green+Blue) = 199+125+43=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D2B is #3882D4. Grayscale: #8A8A8A. Windows color (decimal): -3703509 or 2850247. OLE color: 2850247.

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

Color convert

RGB 199 125 43 -
CMYK 0 0.37 0.78 0.22
HSL 31.54º 0.64% 0.47% -
HSV(B) 31.54º 0.78% 0.78% -
XYZ 31.32 26.98 5.84 -
YUV 137.78 74.52 171.67 -
System Red Green Blue C M Y K H S L
Decimal 199 125 43 0 0.37 0.78 0.22 31.54 0.64 0.47
Hex C7 7D 2B 0 25 4E 16 20 40 2F
Octal 307 175 53 0 45 116 26 40 100 57
Binary 11000111 1111101 101011 0 100101 1001110 10110 100000 1000000 101111

Color Harmonies of #C77D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D2B

Black with #C77D2B

Text Example


Text Example

White with #C77D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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