Html Css Color HEX #C77E34 Golden Bell

📋 copy color: '#C77E34'

red 199 ◦ green 126 ◦ blue 52

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

Shades of Golden Bell #C77E34

Tints of Golden Bell #C77E34

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.42%

 BLUE value IS 52 (20.7% from 255) = 13.79%

R = 52.79%
G = 33.42%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C77E34 (or 0xC77E34) is known color: Golden Bell. HEX triplet: C7, 7E and 34. RGB value is (199,126,52). Sum of RGB (Red+Green+Blue) = 199+126+52=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77E34 is #3881CB. Grayscale: #8B8B8B. Windows color (decimal): -3703244 or 3440327. OLE color: 3440327.

HSL color Cylindrical-coordinate representation of color #C77E34: hue angle of 30.2º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C77E34 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 126 52 -
CMYK 0 0.37 0.74 0.22
HSL 30.2º 0.59% 0.49% -
HSV(B) 30.2º 0.74% 0.78% -
XYZ 31.63 27.31 6.85 -
YUV 139.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 199 126 52 0 0.37 0.74 0.22 30.2 0.59 0.49
Hex C7 7E 34 0 25 4A 16 1E 3B 31
Octal 307 176 64 0 45 112 26 36 73 61
Binary 11000111 1111110 110100 0 100101 1001010 10110 11110 111011 110001

Color Harmonies of #C77E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E34

Black with #C77E34

Text Example


Text Example

White with #C77E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E34; }

 p { color: rgb(199,126,52); }

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

background-color css

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

 a { background-color: rgb(199,126,52); }

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

border-color css

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

 span { border-color: rgb(199,126,52); }

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