Html Css Color HEX #C07F31 Geebung

📋 copy color: '#C07F31'

red 192 ◦ green 127 ◦ blue 49

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

Shades of Geebung #C07F31

Tints of Geebung #C07F31

RGB

 RED value IS 192 (75.39% from 255) = 52.17%

 GREEN value IS 127 (50% from 255) = 34.51%

 BLUE value IS 49 (19.53% from 255) = 13.32%

R = 52.17%
G = 34.51%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C07F31 (or 0xC07F31) is known color: Geebung. HEX triplet: C0, 7F and 31. RGB value is (192,127,49). Sum of RGB (Red+Green+Blue) = 192+127+49=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F31 is #3F80CE. Grayscale: #898989. Windows color (decimal): -4161743 or 3243968. OLE color: 3243968.

HSL color Cylindrical-coordinate representation of color #C07F31: hue angle of 32.73º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C07F31 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 49 -
CMYK 0 0.34 0.74 0.25
HSL 32.73º 0.59% 0.47% -
HSV(B) 32.73º 0.74% 0.75% -
XYZ 29.88 26.61 6.47 -
YUV 137.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 192 127 49 0 0.34 0.74 0.25 32.73 0.59 0.47
Hex C0 7F 31 0 22 4A 19 21 3B 2F
Octal 300 177 61 0 42 112 31 41 73 57
Binary 11000000 1111111 110001 0 100010 1001010 11001 100001 111011 101111

Color Harmonies of #C07F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F31

Black with #C07F31

Text Example


Text Example

White with #C07F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F31; }

 p { color: rgb(192,127,49); }

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

background-color css

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

 a { background-color: rgb(192,127,49); }

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

border-color css

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

 span { border-color: rgb(192,127,49); }

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