Html Css Color HEX #C77D27 Geebung

📋 copy color: '#C77D27'

red 199 ◦ green 125 ◦ blue 39

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

Shades of Geebung #C77D27

Tints of Geebung #C77D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 54.82%
G = 34.44%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C77D27 (or 0xC77D27) is known color: Geebung. HEX triplet: C7, 7D and 27. RGB value is (199,125,39). Sum of RGB (Red+Green+Blue) = 199+125+39=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D27 is #3882D8. Grayscale: #898989. Windows color (decimal): -3703513 or 2588103. OLE color: 2588103.

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

Color convert

RGB 199 125 39 -
CMYK 0 0.37 0.80 0.22
HSL 32.25º 0.67% 0.47% -
HSV(B) 32.25º 0.8% 0.78% -
XYZ 31.25 26.96 5.48 -
YUV 137.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 199 125 39 0 0.37 0.80 0.22 32.25 0.67 0.47
Hex C7 7D 27 0 25 50 16 20 43 2F
Octal 307 175 47 0 45 120 26 40 103 57
Binary 11000111 1111101 100111 0 100101 1010000 10110 100000 1000011 101111

Color Harmonies of #C77D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D27

Black with #C77D27

Text Example


Text Example

White with #C77D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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